custom.css
... ...
@@ -117,14 +117,14 @@ em {
117 117
font-style: italic;
118 118
}
119 119
120
-footer {
121
- border-top: 1px solid #ddd;
122
- font-size: 14px;
123
- font-style: italic;
124
- padding-top: 5px;
125
- margin-top: 3em;
126
- margin-bottom: 1em;
127
-}
120
+/* footer { */
121
+/* border-top: 1px solid #ddd; */
122
+/* font-size: 14px; */
123
+/* font-style: italic; */
124
+/* padding-top: 5px; */
125
+/* margin-top: 3em; */
126
+/* margin-bottom: 1em; */
127
+/* } */
128 128
129 129
/* Links layout */
130 130
... ...
@@ -284,7 +284,7 @@ a > code {
284 284
#footer {
285 285
display: none;
286 286
position: absolute;
287
- bottom: 0;
287
+ bottom: 0px;
288 288
}
289 289
290 290
... ...
@@ -353,3 +353,9 @@ h1 .emoji {
353 353
height: 40px;
354 354
vertical-align: -7%;
355 355
}
356
+
357
+#wiki-history {
358
+ margin: 10px auto;
359
+ width: 100%;
360
+ max-width: 1400px;
361
+}
... ...
\ No newline at end of file