diff options
Diffstat (limited to 'css/pghdr.css')
-rw-r--r-- | css/pghdr.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/css/pghdr.css b/css/pghdr.css index 59401f7..39bbc4f 100644 --- a/css/pghdr.css +++ b/css/pghdr.css @@ -47,7 +47,10 @@ div.banner { } div.banner img { - height:8rem; - margin:auto; - width: 10rem; + background-color:inherit; + border-radius: 0; + border-style: none; + height: 8rem; + margin: auto; + width: 10rem; } |