Skip to content

Commit 66a04b6

Browse files
committed
fix related sidebar elements
1 parent f9c2dec commit 66a04b6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

app/assets/stylesheets/layout.css.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ aside {
2727
margin-bottom: 35px;
2828
}
2929

30+
3031
#content {
3132
width: 702px;
3233
float: right;
@@ -112,6 +113,15 @@ header {
112113
}
113114
}
114115

116+
ul.related-material {
117+
font-weight: normal;
118+
li {
119+
a {
120+
display: inline
121+
}
122+
}
123+
}
124+
115125
// Navigation
116126
aside nav ul {
117127
list-style: none;
@@ -122,7 +132,6 @@ aside nav ul {
122132
li {
123133
margin-bottom: 0.5em;
124134
a {
125-
display: block;
126135
color: #413932;
127136
&.active, &:hover {
128137
color: $orange;

0 commit comments

Comments
 (0)