Make list-inline lists more inline
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 28 Feb 2015 14:30:01 +0000 (16:30 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 28 Feb 2015 14:30:01 +0000 (16:30 +0200)
css/custom.css

index 73affe610e019a885dc9642812c5e948f7b54a4c..6acc795c684c4df21e28480ab69b830a574d407a 100644 (file)
@@ -71,3 +71,7 @@ ul.inline li:last-child:after {
 td.user, td.owner {
        word-break: break-all;
 }
+
+ul.list-inline {
+       display: inline-block;
+}
\ No newline at end of file
This page took 0.010815 seconds and 4 git commands to generate.