]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - css/style.css
Fixed #13 - tri par date / tri par titre
[github/wallabag/wallabag.git] / css / style.css
index ee99dbcfc775ab60ce545c9452eff3dd8678ffd3..e0041a2d891d2c17cbe6b88b7e5a95e48a4cf9a2 100644 (file)
@@ -32,6 +32,21 @@ header {
     color: #F1F1F1;
 }
 
+#main ul#sort {
+    padding: 0;
+    list-style-type: none;
+    text-align: center;
+}
+
+#main ul#sort li {
+    display: inline;
+    font-size: 0.9em;
+}
+
+#main ul#sort img:hover {
+    cursor: pointer;
+}
+
 #main, #article {
     margin: 0 auto;
 }