Skip to content

Commit 464dcb5

Browse files
committed
changes
1 parent 6b8e9cf commit 464dcb5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/css/main.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,20 @@ a:hover code {
102102
z-index: 1;
103103
position: relative;
104104
background-color: #FFF;
105-
padding-left: 15px;
106105
max-width: 914px;
107106
line-height: 1.6; /* Inspired by Github's wiki style */
108107
background-color: white;
108+
padding-left: 15px;
109109
}
110110

111111
.content-with-sidebar {
112112
z-index: 1;
113113
position: relative;
114114
background-color: #FFF;
115+
max-width: 914px;
116+
line-height: 1.6; /* Inspired by Github's wiki style */
117+
background-color: white;
115118
padding-left: 30px;
116-
max-width: 914px;
117119
}
118120

119121
.dropdown-menu {

0 commit comments

Comments
 (0)