Skip to content

Commit 2dfe86e

Browse files
committed
remove unused styling
1 parent b02e8a7 commit 2dfe86e

3 files changed

Lines changed: 31 additions & 170 deletions

File tree

ims-java.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,16 @@
3737

3838
<!-- Sheets -->
3939
<!-- Imported styling -->
40-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
40+
4141
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
4242
<!-- Migrated stylesheets -->
43-
<link rel='stylesheet' id='dwboomer-style-css' href='wp-content/themes/boomer-v18/style.css' type='text/css' media='all' />
4443
<link href="wp-includes/css/www.css" rel="stylesheet" />
4544
<!-- Pure CSS -->
4645
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css">
4746
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css">
4847
<!-- Custom CSS -->
49-
<link rel="stylesheet" type="text/css" href="wp-includes/css/homepage.css">
50-
<link rel="stylesheet" href="wp-includes/css/nav.css">
51-
<link rel="stylesheet" href="wp-includes/css/dropnav.css">
5248
<link rel="stylesheet" href="wp-includes/css/page.css">
5349

54-
<link href="wp-includes/css/pages/java.css" rel="stylesheet">
55-
5650
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
5751
<script>
5852
(function(h,o,t,j,a,r){
@@ -80,7 +74,7 @@
8074
<script src="web-components/footer/footer.js" type="module"></script>
8175
</head>
8276

83-
<body id="ibm-com" class="ibm-com ibm-type group-blog">
77+
<body>
8478
<nav-header></nav-header>
8579

8680
<main id="content" class="main-content">

wp-includes/css/page.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,35 @@
3434
}
3535
/* -------------------------------------------------------- */
3636

37+
/* HTML tags */
38+
/* -------------------------------------------------------- */
39+
body, body .pure-g, body .pure-g [class*="pure-u"] {
40+
font-family: "ibm-plex-sans", "Helvetica Neue", Arial, sans-serif;
41+
}
42+
43+
li {
44+
font-size: var(--plex-18);
45+
}
46+
47+
h1, h2, h3, h4, h5, h6, p {
48+
font-family: "ibm-plex-sans", "Helvetica Neue", Arial, sans-serif;
49+
}
50+
51+
h2 {
52+
line-height: 2.1875rem;
53+
font-weight: 500;
54+
}
55+
56+
h3 {
57+
font-size: var(--plex-24);
58+
font-weight: 500;
59+
}
60+
61+
h6 {
62+
font-weight: 500;
63+
}
64+
/* -------------------------------------------------------- */
65+
3766
/* Backgrounds */
3867
/* -------------------------------------------------------- */
3968
.white-bg {

wp-includes/css/pages/java.css

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)