Commit
Info
Änderung: 613:9e862897529b
Nutzer: Arne Babenhauserheide <bab@draketo.de>
Datum: Tue Feb 21 20:29:40 2012 +0100
Zusammenfassung: seitenleiste mit bottom border
templates/style.css | 3 +++
1 Dateien verändert, 3 Zeilen hinzugefügt(+), 0 Zeilen entfernt(-)
--- a/templates/style.css 2012-04-15 11:49:12.153123324 +0200
+++ b/templates/style.css 2012-04-15 11:49:12.153123324 +0200
@@ -348,6 +348,9 @@ ul.downloadLinks > li
border-top-color: gray;
border-top-width: thin;
border-top-style: solid;
border-bottom-color: gray;
border-bottom-width: thin;
border-bottom-style: solid;
}
.seitenleiste_zitat {
Diff
diff --git a/templates/style.css b/templates/style.css
--- a/templates/style.css
+++ b/templates/style.css
@@ -348,6 +348,9 @@ ul.downloadLinks > li
border-top-color: gray;
border-top-width: thin;
border-top-style: solid;
+ border-bottom-color: gray;
+ border-bottom-width: thin;
+ border-bottom-style: solid;
}
.seitenleiste_zitat {
Full export
# HG changeset patch
# User Arne Babenhauserheide <bab@draketo.de>
# Date 1329852580 -3600
# Node ID 9e862897529b814e82c26c1ffba6d2dfbf4a8bf3
# Parent d471bfbc3d7c572a11eb1588988830f4e1d7e3e2
seitenleiste mit bottom border
diff --git a/templates/style.css b/templates/style.css
--- a/templates/style.css
+++ b/templates/style.css
@@ -348,6 +348,9 @@ ul.downloadLinks > li
border-top-color: gray;
border-top-width: thin;
border-top-style: solid;
+ border-bottom-color: gray;
+ border-bottom-width: thin;
+ border-bottom-style: solid;
}
.seitenleiste_zitat {
Alle Änderungen