Skip to content

Commit bf679e2

Browse files
committed
Removed unused style rules for old spotlight feature
1 parent 8fb036f commit bf679e2

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

web/app/themes/mitlib-child/style.css

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,6 @@ body.childTheme.page-home {
719719

720720
/* ---- Sticky/Post Excerpts + Flexbox Layout---- */
721721
.wrap-section-hilite,
722-
.excerpt-post,
723722
.category-post {
724723
display: flex;
725724
align-items: flex-start;
@@ -735,42 +734,19 @@ body.childTheme.page-home {
735734
background: #e4e4e4;
736735
}
737736

738-
.excerpt-post {
739-
background: #e4e4e4;
740-
border: 1px solid #b3b3b3;
741-
-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.25);
742-
-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.25);
743-
box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.25);
744-
padding: 25px;
745-
margin-bottom: 35px;
746-
}
747-
748-
.section-hilite-image,
749-
.excerpt-post__fig {
737+
.section-hilite-image {
750738
margin-right: 25px;
751739
position: relative;
752740
top: 5px;
753741
}
754742

755743
.section-hilite,
756-
.excerpt-post__body,
757744
.category-post-content {
758745
flex:1;
759746
font-size: 14px;
760747
line-height: 1.5 ;
761748
}
762749

763-
.excerpt-post .section-hilite h3,
764-
.excerpt-post .excerpt-post__body h3 {
765-
margin-top: 0;
766-
}
767-
768-
.excerpt-post .excerpt-post__body h3 a {
769-
color: #111;
770-
font-weight: 600;
771-
font-size: 16px;
772-
}
773-
774750
/* ---- Sidebar ---- */
775751
.sidebar {
776752
float: left;
@@ -1372,18 +1348,10 @@ a.px14 {
13721348
}
13731349

13741350
/* ---- Sticky/Post Excerpts + Flexbox Layout---- */
1375-
.excerpt-post,
13761351
.category-post {
13771352
flex-direction: column;
13781353
}
13791354

1380-
.excerpt-post__fig {
1381-
margin: 0 auto;
1382-
margin-bottom: 25px;
1383-
min-width: 100%;
1384-
max-width: 100%;
1385-
}
1386-
13871355
.staff-widget .textwidget {
13881356
display: flex;
13891357
align-items: flex-start;

0 commit comments

Comments
 (0)