From 3e86a72ba8509c7dfd08cce283b1229931dd0dd1 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 4 Apr 2008 06:49:26 +0000 Subject: [PATCH] A few max-widths make the header scale better with bigger and smaller font sizes. --- static/css/header.css | 1 + static/css/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/static/css/header.css b/static/css/header.css index f383c0c..d2eb132 100644 --- a/static/css/header.css +++ b/static/css/header.css @@ -31,6 +31,7 @@ .wide_center_area { width: 45em; + max-width: 60%; height: 100%; margin: 0 auto; } diff --git a/static/css/style.css b/static/css/style.css index 39eb71b..3343869 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -280,6 +280,7 @@ img { padding: 0.2em; margin-top: 1.5em; width: 45em; + max-width: 60%; } #notebook_header_name:hover {