diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/barnet/css/basic.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/barnet/css/basic.css b/web/cobrands/barnet/css/basic.css index c7ba123df..c3aa2c784 100644 --- a/web/cobrands/barnet/css/basic.css +++ b/web/cobrands/barnet/css/basic.css @@ -16,6 +16,10 @@ a, a:link {text-decoration: underline; color: #006666} a:visited {color:#666}
a:hover {text-decoration: none}
+img {
+ border: none;
+}
+
h1, h2, h3, h4, h5 {margin: 1em 0 0.5em 0;}
h1 {font-size:2.7em; line-height:1.27em}
|