witten
/
luminotes
Archived
1
0
Fork 0

A few max-widths make the header scale better with bigger and smaller font sizes.

This commit is contained in:
Dan Helfman 2008-04-04 06:49:26 +00:00
parent 21fa43b49c
commit 3e86a72ba8
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
.wide_center_area {
width: 45em;
max-width: 60%;
height: 100%;
margin: 0 auto;
}

View File

@ -280,6 +280,7 @@ img {
padding: 0.2em;
margin-top: 1.5em;
width: 45em;
max-width: 60%;
}
#notebook_header_name:hover {