Skip to content

Commit

Permalink
[css][xs]: add no-sidebar class for body (used in stats extension for…
Browse files Browse the repository at this point in the history
… example).
  • Loading branch information
rufuspollock committed Dec 13, 2011
1 parent 3b209af commit 7916f5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ckan/public/css/style.css
@@ -1,6 +1,12 @@
@import url('/css/forms.css');
@import url('/css/pretty_buttons.css');

body.no-sidebar #sidebar { display: none; }
body.no-sidebar #content {
border-right: 0;
width: 950px;
}

.header.outer {
background-color: #e2e2e2;
background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#cccccc));
Expand Down

0 comments on commit 7916f5c

Please sign in to comment.