Commit
Info
Änderung: 537:a70fbd559e6d
Nutzer: Arne Babenhauserheide <bab@draketo.de>
Datum: Mon Sep 12 06:21:29 2011 +0200
Zusammenfassung: größere linke Spalte.
templates/style.css | 2 +-
1 Dateien verändert, 1 Zeilen hinzugefügt(+), 1 Zeilen entfernt(-)
--- a/templates/style.css 2012-04-15 11:51:08.947695914 +0200
+++ b/templates/style.css 2012-04-15 11:51:08.947695914 +0200
@@ -75,7 +75,7 @@ body>aside {
}
article {
margin-left: 200px; 215px; /* for the sidebar */
max-width: 28em;
padding-left: 0.3em;
text-align: justify;
Diff
diff --git a/templates/style.css b/templates/style.css
--- a/templates/style.css
+++ b/templates/style.css
@@ -75,7 +75,7 @@ body>aside {
}
article {
- margin-left: 200px; /* for the sidebar */
+ margin-left: 215px; /* for the sidebar */
max-width: 28em;
padding-left: 0.3em;
text-align: justify;
Full export
# HG changeset patch
# User Arne Babenhauserheide <bab@draketo.de>
# Date 1315801289 -7200
# Node ID a70fbd559e6d9f06164f21f04d80bcdb51f2a924
# Parent f111b6205072d3d2dcfc9e1249b1fde2da54b9eb
größere linke Spalte.
diff --git a/templates/style.css b/templates/style.css
--- a/templates/style.css
+++ b/templates/style.css
@@ -75,7 +75,7 @@ body>aside {
}
article {
- margin-left: 200px; /* for the sidebar */
+ margin-left: 215px; /* for the sidebar */
max-width: 28em;
padding-left: 0.3em;
text-align: justify;
Alle Änderungen