Make picture list nicer
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 5 Mar 2016 16:23:26 +0000 (16:23 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 5 Mar 2016 16:23:26 +0000 (16:23 +0000)
static/style.css

index dfc299fb23317dfd54960c04e747da5df2391b6f..f95eb4145761c1b5ee5f113f270b188841f64cf9 100644 (file)
@@ -95,9 +95,16 @@ a.title {
        font-weight: bold;
 }
 
+#pictures {
+       margin-left: 0;
+       padding-left: 0;
+}
+
 #pictures li {
        list-style-type: none;
        margin: 0;
+       padding: 0.2em;
+       display: inline-block;
 }
 
 footer {
This page took 0.010188 seconds and 4 git commands to generate.