Skip to content

Commit 9ea8067

Browse files
author
Clinton Gormley
committed
Preparation for general styling of the body content
1 parent ff4004c commit 9ea8067

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

root/static/css/style.css

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,51 @@ a:hover {
244244
text-align: left;
245245
}
246246

247+
/* GENERAL CONTENT */
248+
#content {
249+
clear: both;
250+
padding: 0 10px;
251+
}
252+
253+
.clear {
254+
line-height: 0;
255+
font-size: 0;
256+
clear: both;
257+
}
258+
259+
h1 {
260+
font-size: 140%;
261+
margin-bottom: 0.5em;
262+
}
263+
264+
h2 {
265+
font-size: 120%;
266+
margin-bottom: 0.5em;
267+
}
268+
269+
h3 {
270+
font-weight: bold;
271+
margin-bottom: 0.5em;
272+
}
273+
274+
.body {
275+
display: block;
276+
margin-left: 175px;
277+
border-left: 1px solid #e9e9e9;
278+
padding-left: 10px;
279+
}
280+
281+
.side-bar {
282+
width: 165px;
283+
margin-left: -185px;
284+
float: left;
285+
}
286+
287+
.side-box {
288+
width: 165px;
289+
float: left;
290+
}
291+
247292
/* GITHUB ISSUE */
248293
#github_issue {
249294
font-size: 80%;

0 commit comments

Comments
 (0)