]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/css/style.css
Merge pull request #473 from nsteinmetz/dev
[github/wallabag/wallabag.git] / themes / default / css / style.css
index 670eb50f4966581e6d0ffca4110343a11ce639e5..286759076461908e4607574c10f059f8ab1991dc 100644 (file)
@@ -176,6 +176,12 @@ a:visited {
     text-decoration: none;
 }
 
+#article .tags {
+    font-size: 0.8em;
+    color: #888;
+    padding-bottom: 5px;
+}
+
 .backhome {
     display: inline;
 }
@@ -328,3 +334,16 @@ a.bad-display span,
 a.reading-time span {
     background-repeat: no-repeat;
 }
+
+.arrow-down {
+    width: 0px;
+    height: 0px;
+    border-style: solid;
+    border-width: 10px 10px 0 10px;
+    border-color: #000 transparent transparent transparent;
+
+    position: absolute;
+    margin-top: 1.5em;
+    margin-left: -30px;
+}
+