We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c2dec commit 66a04b6Copy full SHA for 66a04b6
app/assets/stylesheets/layout.css.scss
@@ -27,6 +27,7 @@ aside {
27
margin-bottom: 35px;
28
}
29
30
+
31
#content {
32
width: 702px;
33
float: right;
@@ -112,6 +113,15 @@ header {
112
113
114
115
116
+ul.related-material {
117
+ font-weight: normal;
118
+ li {
119
+ a {
120
+ display: inline
121
+ }
122
123
+}
124
125
// Navigation
126
aside nav ul {
127
list-style: none;
@@ -122,7 +132,6 @@ aside nav ul {
132
li {
133
margin-bottom: 0.5em;
134
a {
- display: block;
135
color: #413932;
136
&.active, &:hover {
128
137
color: $orange;
0 commit comments