Commit
Info
Änderung: 608:d29103b4e767
Nutzer: Arne Babenhauserheide <bab@draketo.de>
Datum: Tue Feb 21 20:23:15 2012 +0100
Zusammenfassung: seitenleiste mit dünnem Rahmen links
templates/style.css | 2 ++
1 Dateien verändert, 2 Zeilen hinzugefügt(+), 0 Zeilen entfernt(-)
--- a/templates/style.css 2012-04-15 11:49:18.846527671 +0200
+++ b/templates/style.css 2012-04-15 11:49:18.846527671 +0200
@@ -341,6 +341,8 @@ ul.downloadLinks > li
width: 34%; /* 0.61803*padding + seitenleiste = 1-0.61803 */
z-index: 1;
background-color: white;
border-left-width: thin;
border-left-style: solid;
}
.seitenleiste_zitat {
Diff
diff --git a/templates/style.css b/templates/style.css
--- a/templates/style.css
+++ b/templates/style.css
@@ -341,6 +341,8 @@ ul.downloadLinks > li
width: 34%; /* 0.61803*padding + seitenleiste = 1-0.61803 */
z-index: 1;
background-color: white;
+ border-left-width: thin;
+ border-left-style: solid;
}
.seitenleiste_zitat {
Full export
# HG changeset patch
# User Arne Babenhauserheide <bab@draketo.de>
# Date 1329852195 -3600
# Node ID d29103b4e7671fb41197e41a2395483dc6d22e5a
# Parent 0668ff9e1d34c3d256438cd0ff531659397b3613
seitenleiste mit dünnem Rahmen links
diff --git a/templates/style.css b/templates/style.css
--- a/templates/style.css
+++ b/templates/style.css
@@ -341,6 +341,8 @@ ul.downloadLinks > li
width: 34%; /* 0.61803*padding + seitenleiste = 1-0.61803 */
z-index: 1;
background-color: white;
+ border-left-width: thin;
+ border-left-style: solid;
}
.seitenleiste_zitat {
Alle Änderungen