]> iEval git - app-web-oof.git/blobdiff - static/style.css
Fix lack of color: in CSS
[app-web-oof.git] / static / style.css
index dfc299fb23317dfd54960c04e747da5df2391b6f..7ac0c8f5637f299856760edb2b07640eabe83431 100644 (file)
@@ -61,6 +61,14 @@ h2 {
        width: 100%;
 }
 
+#items td:nth-child(2), #order td:nth-child(3) {
+       text-align: center;
+}
+
+.freepost {
+       color: green;
+}
+
 table,th,td {
        border-collapse: collapse;
 }
@@ -80,6 +88,7 @@ a.title {
        cursor: pointer;
        font-weight: bold;
        padding: 1em;
+       color: black;
        background-color: lightgreen;
        border-radius: 2em;
        border-style: solid;
@@ -95,9 +104,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.017434 seconds and 4 git commands to generate.