Commit
Info
Änderung: 531:777899495230
Nutzer: Arne Babenhauserheide <bab@draketo.de>
Datum: Mon Sep 12 00:14:45 2011 +0200
Zusammenfassung: max-width auf etwa 60-70 Zeichen reduziert (36em).
templates/style.css | 2 +-
1 Dateien verändert, 1 Zeilen hinzugefügt(+), 1 Zeilen entfernt(-)
--- a/templates/style.css 2012-04-15 11:51:18.554464526 +0200
+++ b/templates/style.css 2012-04-15 11:51:18.554464526 +0200
@@ -76,7 +76,7 @@ body>aside {
article {
margin-left: 200px; /* for the sidebar */
max-width: 40em; 36em;
padding-left: 0.3em;
text-align: justify;
background-color: white;
Diff
diff --git a/templates/style.css b/templates/style.css
--- a/templates/style.css
+++ b/templates/style.css
@@ -76,7 +76,7 @@ body>aside {
article {
margin-left: 200px; /* for the sidebar */
- max-width: 40em;
+ max-width: 36em;
padding-left: 0.3em;
text-align: justify;
background-color: white;
Full export
# HG changeset patch
# User Arne Babenhauserheide <bab@draketo.de>
# Date 1315779285 -7200
# Node ID 777899495230b5165a7eb71cd6f4c3035c8f830f
# Parent 8814e8d63ee71e56ea84694ad4601fd991e5377d
max-width auf etwa 60-70 Zeichen reduziert (36em).
diff --git a/templates/style.css b/templates/style.css
--- a/templates/style.css
+++ b/templates/style.css
@@ -76,7 +76,7 @@ body>aside {
article {
margin-left: 200px; /* for the sidebar */
- max-width: 40em;
+ max-width: 36em;
padding-left: 0.3em;
text-align: justify;
background-color: white;
Alle Änderungen