]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/css/style.css
a lot of enhancements related to tags: tags list is now sorted, shows number of artic...
[github/wallabag/wallabag.git] / themes / default / css / style.css
old mode 100644 (file)
new mode 100755 (executable)
index 670eb50..b3d300e
@@ -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,24 @@ 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;
+}
+
+.two-column {
+  display: block;
+  width: 50%;
+  paddig-right: 20px;
+  float: left;
+  vertical-align: top;
+}
+