X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=public%2Fstylesheets%2Fdepot.css;h=a35a5bd55144a5739c7d87397d9d232e8b5bc863;hb=24f86acbeb062b31ae5a352c5587a271564a4401;hp=d3b1341d7468c7483c003daf64562ea9bdb31290;hpb=6af7ab424668bc5dce20630e1b112bc611edab63;p=depot.git diff --git a/public/stylesheets/depot.css b/public/stylesheets/depot.css index d3b1341..a35a5bd 100644 --- a/public/stylesheets/depot.css +++ b/public/stylesheets/depot.css @@ -72,6 +72,7 @@ h1 { #banner img { float: left; + padding: 2px 15px; } #columns { @@ -115,15 +116,21 @@ h1 { #store .entry img { width: 75px; float: left; + border: 0; } - #store .entry h3 { margin-top: 0; margin-bottom: 2px; color: #227; } +#store .entry h3 a:link, #store .entry h3 a:visited, #store .entry h3 a:active { + color: #227; + text-decoration: none; + +} + #store .entry p { margin-top: 0.5em; margin-bottom: 0.8em;