Fixing the docs sidebar interactions

This commit is contained in:
spf13
2014-08-20 13:13:51 -04:00
parent 04d412ed16
commit 34a93fa1f3
6 changed files with 34 additions and 29 deletions

View File

@@ -354,7 +354,7 @@ table tr th { color: #007AFF;}
/*sidebar navigation*/
#sidebar {
width: 190px;
width: 200px;
height: 100%;
position: fixed;
background: #ffffff;
@@ -453,6 +453,7 @@ ul.sidebar-menu li a{
transition: all 0.3s ease;
border-right: 1px solid #D7D7D7;
border-bottom: 1px solid #D7D7D7;
overflow:hidden;
}
/*ul.sidebar-menu li a i{
position: relative;
@@ -586,7 +587,7 @@ ul.sidebar-menu li.active a i {
/*main content*/
#main-content {
margin-left: 180px;
margin-left: 200px;
line-height: 1.8;
font-size: 19px;
}