Commit
Info
Änderung: 610:880b04bd61ba
Nutzer: Arne Babenhauserheide <bab@draketo.de>
Datum: Tue Feb 21 20:25:37 2012 +0100
Zusammenfassung: seitenleiste: margin
templates/style.css | 4 +++-
1 Dateien verändert, 3 Zeilen hinzugefügt(+), 1 Zeilen entfernt(-)
--- a/templates/style.css 2012-04-15 11:49:16.143165657 +0200
+++ b/templates/style.css 2012-04-15 11:49:16.143165657 +0200
@@ -337,10 +337,12 @@ ul.downloadLinks > li
.seitenleiste {
float: right;
padding-left: 4%; 2%;
margin-left: 2%;
width: 34%; /* 0.61803*padding + seitenleiste = 1-0.61803 */
z-index: 1;
background-color: white;
border-left-color: gray;
border-left-width: thin;
border-left-style: solid;
}
Diff
diff --git a/templates/style.css b/templates/style.css
--- a/templates/style.css
+++ b/templates/style.css
@@ -337,10 +337,12 @@ ul.downloadLinks > li
.seitenleiste {
float: right;
- padding-left: 4%;
+ padding-left: 2%;
+ margin-left: 2%;
width: 34%; /* 0.61803*padding + seitenleiste = 1-0.61803 */
z-index: 1;
background-color: white;
+ border-left-color: gray;
border-left-width: thin;
border-left-style: solid;
}
Full export
# HG changeset patch
# User Arne Babenhauserheide <bab@draketo.de>
# Date 1329852337 -3600
# Node ID 880b04bd61ba2d8b5f0cd9b43b88fa46cf1b17f8
# Parent 813384c1786bb8769f2b28566a817e63e50eb2c4
seitenleiste: margin
diff --git a/templates/style.css b/templates/style.css
--- a/templates/style.css
+++ b/templates/style.css
@@ -337,10 +337,12 @@ ul.downloadLinks > li
.seitenleiste {
float: right;
- padding-left: 4%;
+ padding-left: 2%;
+ margin-left: 2%;
width: 34%; /* 0.61803*padding + seitenleiste = 1-0.61803 */
z-index: 1;
background-color: white;
+ border-left-color: gray;
border-left-width: thin;
border-left-style: solid;
}
Alle Änderungen