1
0
Fork 0
forked from wezm/wezm.net

Styling adjustments

This commit is contained in:
Wesley Moore 2010-03-31 07:33:44 +11:00
parent cbd8e7e673
commit 07d5f7311e
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=600" />
<meta name="viewport" content="width=devicewidth" />
<title><%= [@item[:title], 'WezM.net'].compact.join(' • ') %></title>
<link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen,projection" />

View file

@ -5,3 +5,7 @@
.column {
min-width: 600px;
}
#content {
min-width: 320px;
}

View file

@ -135,7 +135,7 @@ ul#menu li {
padding: 0 20px;
clear: both;
min-width: 600px;
margin-right: 33%;
margin-right: 40%;
}
body.articles #content {
min-width: auto;
@ -187,7 +187,7 @@ ul.articles {
ul.articles li {
margin: 0;
padding-top: 1em;
height: 80px;
height: 70px;
}
body.articles ul.articles li {
height: auto;