Skip to content

Commit c46b273

Browse files
committed
remove unused stylesheets
1 parent f59d2cb commit c46b273

3 files changed

Lines changed: 19 additions & 14 deletions

File tree

ims-education.html

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,15 @@
3939
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
4040
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
4141
<!-- Migrated stylesheets -->
42-
<link rel='stylesheet' id='dwboomer-style-css' href='wp-content/themes/boomer-v18/style.css' type='text/css' media='all' />
4342
<link rel="stylesheet" href="wp-includes/css/www.css" />
4443
<!-- Pure CSS -->
4544
<link rel="stylesheet" href="wp-includes/css/pure.css">
4645
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css">
4746
<!-- Custom CSS -->
48-
<link rel="stylesheet" href="wp-includes/css/homepage.css">
49-
<link rel="stylesheet" href="wp-includes/css/nav.css">
5047
<link rel="stylesheet" href="wp-includes/css/dropnav.css">
5148
<link rel="stylesheet" href="wp-includes/css/page.css">
5249
<link rel="stylesheet" href="wp-includes/css/components/anchor-links.css">
5350

54-
<link href="wp-includes/css/pages/education.css" rel="stylesheet">
55-
5651
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
5752
<script>
5853
(function(h,o,t,j,a,r){
@@ -65,9 +60,6 @@
6560
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
6661
</script>
6762

68-
<!-- Additional styling for content after navigation -->
69-
<script src="wp-includes/js/jquery.min.js"></script>
70-
7163
<!-- TipueSearch -->
7264
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
7365
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script>
@@ -85,7 +77,7 @@
8577
</head>
8678

8779
<!-- MASTHEAD_SITENAV_BEGIN -->
88-
<body class="ibm-com">
80+
<body>
8981
<nav-header></nav-header>
9082

9183
<main class="main-content">
@@ -113,13 +105,12 @@ <h2>Implementing IMS Security</h2>
113105
</div>
114106
</section> -->
115107

116-
<!-- =========================== New courses ===========================
108+
<!-- =========================== New courses =========================== -->
117109
<section class="blue-bg">
118-
<div class="card-section-header"><h2>New courses</h2></div>
110+
<div class="section-header"><h2>Coming soon</h2></div>
119111
<course-card
120112
id="ims-security"
121113
name="Implementing IMS Security"
122-
session="Coming soon"
123114
desc="In this comprehensive course, learn what IMS resources can be protected, such as data
124115
sets, transactions, commands, and databases, and what facilities you can use to protect those
125116
resources, such as default IMS options, PSBs, and exits, and non-IMS facilities such as RACF or
@@ -134,7 +125,7 @@ <h2>Implementing IMS Security</h2>
134125
class="pure-u-1"
135126
>
136127
</course-card>
137-
</section> -->
128+
</section>
138129

139130
<!-- =========================== Anchor links =========================== -->
140131
<div class="anchor-links pure-g white-bg">

wp-includes/css/components/anchor-links.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
display: flex;
1010
flex-flow: row wrap;
1111
column-gap: 3em;
12-
row-gap: 1em;
12+
row-gap: 0;
1313
padding: 0;
14+
line-height: 3em;
1415
}
1516

1617
.anchor-links li {
@@ -35,6 +36,10 @@
3536
border-color: #0f62fe;
3637
}
3738

39+
.anchor-links li a {
40+
text-decoration: none;
41+
}
42+
3843
@media screen and (max-width: 48em) {
3944
.anchor-links {
4045
padding: 2em;

wp-includes/css/page.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
/* H4 - 22px */
4545
/* p - 18px */
4646

47+
html {
48+
scroll-behavior: smooth;
49+
}
50+
4751
body, body .pure-g, body .pure-g [class*="pure-u"] {
4852
font-family: "ibm-plex-sans", "Helvetica Neue", Arial, sans-serif;
4953
}
@@ -66,6 +70,11 @@ h3 {
6670
font-weight: 500;
6771
}
6872

73+
h4 {
74+
font-weight: 500;
75+
font-size: var(--plex-20);
76+
}
77+
6978
h6 {
7079
font-weight: 500;
7180
}

0 commit comments

Comments
 (0)