Skip to content

Commit

Permalink
mod: dashboard css
Browse files Browse the repository at this point in the history
  • Loading branch information
qiao committed Aug 29, 2011
1 parent 50dfcde commit 6064826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/dashboard.html.erb
Expand Up @@ -9,7 +9,7 @@
<%= csrf_meta_tag %>
</head>
<body>
<div id="wrapper">
<div id="dashboard_wrapper">

<%= yield %>
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/custom.css
Expand Up @@ -305,7 +305,7 @@ footer {
width: 98%;
}

#dashboard {
#dashboard_wrapper {
width: 900px;
margin: 0 auto;
background: #fff;
Expand Down

0 comments on commit 6064826

Please sign in to comment.