X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=static%2Fstyle.css;h=3679d1d917cbd177bd9136d7761256fe00d92c96;hb=8bbff1bcc40acc652541fcda101bda44de264921;hp=dfc299fb23317dfd54960c04e747da5df2391b6f;hpb=1576fc41a34d75269ba8408db99104855edbba11;p=app-web-oof.git diff --git a/static/style.css b/static/style.css index dfc299f..3679d1d 100644 --- a/static/style.css +++ b/static/style.css @@ -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; } @@ -95,9 +103,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 {