pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/templates
Module Name: pkgsrc
Committed By: nia
Date: Mon Apr 5 10:30:04 UTC 2021
Modified Files:
pkgsrc/templates: main.css
Log Message:
templates: Avoid <hr> clipping through logo
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/templates/main.css
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/templates/main.css
diff -u pkgsrc/templates/main.css:1.8 pkgsrc/templates/main.css:1.9
--- pkgsrc/templates/main.css:1.8 Mon Apr 5 09:18:06 2021
+++ pkgsrc/templates/main.css Mon Apr 5 10:30:04 2021
@@ -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 @@ th {
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