summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/ssl.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/css/ssl.css b/css/ssl.css
index edb30ed..220ce6d 100644
--- a/css/ssl.css
+++ b/css/ssl.css
@@ -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;
@@ -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;
@@ -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;
}