]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #169 from NumEricR/entries-height
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Sun, 25 Aug 2013 05:44:09 +0000 (22:44 -0700)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Sun, 25 Aug 2013 05:44:09 +0000 (22:44 -0700)
Entries height with short description

tpl/css/style.css

index 85df6e9553142e272aacaba4e07084f82712f82c..1ae3a601f23a6e8a3d0db76961aed2ce647dbf4d 100644 (file)
@@ -103,6 +103,10 @@ a, a:hover, a:visited {
     list-style-type: none;
 }
 
+#main .entrie .tools + p {
+    min-height: 5.5em;
+}
+
 /*
 #main .entrie .tools li {
     display: inline;
@@ -150,6 +154,11 @@ a, a:hover, a:visited {
 #article {
     margin: 0 auto;
 }
+
+#article header, #article article {
+    border-bottom: 1px solid #222;
+}
+
 #article header {
     text-align: left;
 }
@@ -180,14 +189,6 @@ a, a:hover, a:visited {
 }
 
 
-/*** ***/
-/*** ARTICLE PAGE ***/
-
-#article header, #article article {
-    border-bottom: 1px solid #222;
-}
-
-
 /* Pagination */
 .pagination {
     clear: both;