Commit abc90adbc8511f1c8fbade7480fd9213a6360b55

Authored by Gregor Schmidt
1 parent 769cdee7
Exists in master and in 1 other branch production

Avoid nasty horizontal scroll bar

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -35,7 +35,7 @@ a:visited { color: #0069cc;}
35 35 a:hover { color: #0069cc; text-decoration: underline; }
36 36 a.action { float: right; font-size: 0.9em;}
37 37  
38   -#header > div, #nav-bar, #content-wrapper, #footer {
  38 +#header > div, #content-wrapper, #footer {
39 39 width: 930px;
40 40 margin: 0 auto;
41 41 position: relative;
... ...