Explorar el Código

Fix incorrect alignment of All Posts list on small screen

Close #64
Talha Mansoor hace 11 años
padre
commit
56722c40b5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      static/css/elegant.css

+ 1 - 0
static/css/elegant.css

@@ -527,6 +527,7 @@ ul.list-all-articles li {
     font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
     font-size: 1.1em;
     padding: .3em 0;
+    overflow: auto;
 }
 ul.list-all-articles li time {
     color: #AAA;