another fix
This commit is contained in:
parent
7931c29b01
commit
e707c36316
|
@ -97,6 +97,8 @@ content = cgi.body {
|
||||||
# Extra
|
# Extra
|
||||||
# - Horizontal rule
|
# - Horizontal rule
|
||||||
doc = doc.gsub(/-{3,}/,"<hr />")
|
doc = doc.gsub(/-{3,}/,"<hr />")
|
||||||
|
# - Linebreak
|
||||||
|
doc = doc.gsub("\n\n","<br />\n")
|
||||||
|
|
||||||
# Parse lists
|
# Parse lists
|
||||||
# - Unordered lists
|
# - Unordered lists
|
||||||
|
|
|
@ -19,6 +19,7 @@ body {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
margin: 2em auto 0 auto;
|
margin: 2em auto 0 auto;
|
||||||
|
min-height: 100%;
|
||||||
background-color: #c0c0c0;
|
background-color: #c0c0c0;
|
||||||
box-shadow: 0 0 15px #000000;
|
box-shadow: 0 0 15px #000000;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue