Skip to content

Commit

Permalink
Merge pull request fossasia#109 from XTremeRox/master
Browse files Browse the repository at this point in the history
Fixed issue fossasia#88 reported by @hossainalikram
  • Loading branch information
hvardhanx committed Dec 21, 2014
2 parents 920be49 + b99da9a commit e94d093
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions stylesheets/sidebar-manager.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.sidebar{
display:none;
}
.wrap {
width: 60em;
margin: 0 auto;
max-width: 90%;
}
6 changes: 6 additions & 0 deletions stylesheets/sidebar-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ html, body {
.masthead{
display:none;
}
.wrap {
width: 60em;
margin: 30px;
max-width: 90%;
}
.unit {
height: 100px;
width: 30%;
Expand Down Expand Up @@ -68,3 +73,4 @@ display:block;
left: 200px; }
#sidebartoggler:checked + .page-wrap .page-content {
padding-left: 180px; }

5 changes: 0 additions & 5 deletions stylesheets/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -559,11 +559,6 @@ button:active,
img {
max-width: 100%;
}
.wrap {
width: 60em;
margin: 0 auto;
max-width: 90%;
}
/* ==========================================================================
=MASTHEAD
========================================================================== */
Expand Down

0 comments on commit e94d093

Please sign in to comment.