Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
Remy committed Mar 31, 2015
1 parent ddd6280 commit 4a005ef
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions css/ssl.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
}

#wrapper {
padding-left: 300px;
padding-left: 270px;
transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
margin-left: -300px;
left: 300px;
width: 300px;
margin-left: -270px;
left: 270px;
width: 270px;
background: #f9f9f9;
position: fixed;
border-right-style: solid;
Expand All @@ -68,7 +68,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
.sidebar-nav {
position: absolute;
top: 0;
width: 300px;
width: 270px;
list-style: none;
margin: 0;
padding: 0;
Expand Down Expand Up @@ -116,12 +116,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#wrapper.active {
position: relative;
left: 300px;
left: 270px;
}

#wrapper.active #sidebar-wrapper {
left: 300px;
width: 300px;
left: 270px;
width: 270px;
transition: all 0.4s ease 0s;
}

Expand Down

0 comments on commit 4a005ef

Please sign in to comment.