]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/css/style.css
CSS clean up again
[github/wallabag/wallabag.git] / tpl / css / style.css
index 9b24998917e6cedc768a5b06714c3830b5adb159..d4e6c12ceda8c6ce87fb77bd1bbdabb48f482ccc 100644 (file)
@@ -137,6 +137,10 @@ a, a:hover, a:visited {
     display: inline-block;
     width: 16px;
     height: 16px;
+    /* Hide textual content */
+    text-indent: -9999px;
+    text-align: left;
+    overflow: hidden;
 }
 
 
@@ -146,6 +150,11 @@ a, a:hover, a:visited {
 #article {
     margin: 0 auto;
 }
+
+#article header, #article article {
+    border-bottom: 1px solid #222;
+}
+
 #article header {
     text-align: left;
 }
@@ -176,14 +185,6 @@ a, a:hover, a:visited {
 }
 
 
-/*** ***/
-/*** ARTICLE PAGE ***/
-
-#article header, #article article {
-    border-bottom: 1px solid #222;
-}
-
-
 /* Pagination */
 .pagination {
     clear: both;