[PATCH 2/2] Gives the FLAC website a maximum width
Martijn van Beurden
mvanb1 at gmail.com
Thu Jan 24 13:16:14 PST 2013
Because most text parts get unreadable because of the ever increasing
screen resolutions, it seemed like a good idea to me to limit the
page width to 1200px
---
flac.css | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/flac.css b/flac.css
index 345e7e3..97de7e3 100644
--- a/flac.css
+++ b/flac.css
@@ -11,16 +11,17 @@ body
{
background-color: #99CC99;
color: black;
- margin: 0px;
+ margin: 0 auto;
padding: 0px;
+ max-width: 1200px;
}
-div
+/*div
{
background-color: #99CC99;
margin: 0px;
padding: 0px;
-}
+}*/
div.logo
{
@@ -67,7 +68,7 @@ div.body_with_sidebar
div.box
{
text-align: left;
- margin: 0px 8px 0px 8px;
+ margin: 0;
background-color: #EEEED4;
}
@@ -118,13 +119,13 @@ div.box_body
#newsbox p
{
- margin: 0 0 5px 0;
+ margin: 0;
}
div.smallbox
{
text-align: left;
- margin: 0px 8px 0px 0px;
+ margin: 0 0 0 8px;
background-color: #EEEED4;
}
--
1.7.10.4
--------------020804070008030203000201
Content-Type: text/x-patch;
name="0004-Update-news-section.patch"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment;
filename="0004-Update-news-section.patch"
More information about the flac-dev
mailing list