pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/templates templates: Avoid <hr> clipping through logo
details: https://anonhg.NetBSD.org/pkgsrc/rev/48a403459d8f
branches: trunk
changeset: 449758:48a403459d8f
user: nia <nia%pkgsrc.org@localhost>
date: Mon Apr 05 10:30:04 2021 +0000
description:
templates: Avoid <hr> clipping through logo
diffstat:
templates/main.css | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r da52e8cd8e71 -r 48a403459d8f templates/main.css
--- a/templates/main.css Mon Apr 05 10:20:47 2021 +0000
+++ b/templates/main.css Mon Apr 05 10:30:04 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.css,v 1.8 2021/04/05 09:18:06 nia Exp $ */
+/* $NetBSD: main.css,v 1.9 2021/04/05 10:30:04 nia Exp $ */
body {
font-family: sans-serif;
@@ -48,12 +48,14 @@
hr {
border: 0;
border-bottom: 1px solid #aaa;
+ clear: both;
}
#logo {
width: 200px;
float: right;
border: 0;
+ margin-bottom: 1em;
}
Home |
Main Index |
Thread Index |
Old Index