]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/css/style.css
fix bug #112 link to shaarli
[github/wallabag/wallabag.git] / tpl / css / style.css
index 8808b7ed91bff5f41b7d4fd031f8a36aafcfd05b..e2a512f7aaad7503fef3d9ba176b45c19013f125 100644 (file)
@@ -80,11 +80,7 @@ header h1 {
 }
 
 #main #content .entrie {
-    border-bottom: 1px solid #222222;
-}
-
-#main .entrie h2 a {
-    text-decoration: none;
+    border-bottom: 1px dashed #222222;
 }
 
 #main .entrie ul.tools {
@@ -124,11 +120,6 @@ header h1 {
     height: 16px;
 }
 
-#main .entrie .url {
-    font-size: 13px;
-}
-
-
 /*** ***/
 /*** ARTICLE PAGE ***/
 
@@ -245,4 +236,8 @@ a, a:hover, a:visited {
 
 footer {
     clear: both;
+}
+
+.reading-time {
+    font-size: 0.8em;
 }
\ No newline at end of file