Index: static/css/index.css |
=================================================================== |
--- a/static/css/index.css |
+++ b/static/css/index.css |
@@ -589,22 +589,16 @@ |
} |
#footnote ul |
{ |
margin: 0px; |
padding: 0px 30px; |
} |
-#more-container |
-{ |
- *position: relative; |
- margin-top: 40px; |
-} |
- |
#more, #less |
ire
2017/10/05 20:26:48
The #more element has been deleted so this style i
juliandoucette
2017/10/06 10:21:11
Done.
|
{ |
padding: 10px 0px; |
border: 0px; |
background-color: #dbd4c7; |
} |
#sidebar |
@@ -650,53 +644,16 @@ |
display: none; |
} |
#less, #more-tabs |
{ |
display: inline-block; |
} |
-#more-container.hidden #more |
-{ |
- display: inline-block; |
-} |
- |
-#more-container.hidden #less, |
-#more-container.hidden #more-tabs |
-{ |
- display: none; |
-} |
- |
-#more-container.firefox #tab-firefox, |
-#more-container.chrome #tab-chrome, |
-#more-container.opera #tab-opera, |
-#more-container.android #tab-android, |
-#more-container.internet-explorer #tab-internet-explorer, |
-#more-container.safari #tab-safari, |
-#more-container.yandex-browser #tab-yandex-browser, |
-#more-container.maxthon #tab-maxthon, |
-#more-container.edge #tab-edge |
-{ |
- display: inline-block; |
-} |
- |
-#more-container.firefox #more-firefox, |
-#more-container.chrome #more-chrome, |
-#more-container.opera #more-opera, |
-#more-container.android #more-android, |
-#more-container.internet-explorer #more-internet-explorer, |
-#more-container.safari #more-safari, |
-#more-container.yandex-browser #more-yandex-browser, |
-#more-container.maxthon #more-maxthon |
-#more-container.edge #more-edge |
-{ |
- background-color: #dbd4c7; |
-} |
- |
.notice |
{ |
padding: 20px; |
line-height: 1.4; |
color: #000; |
background-color: #fff; |
border: 2px solid #a1a1a1; |
} |