final cleanup, putting this version to bed
This commit is contained in:
parent
3494bd7d4a
commit
6ba46d4661
|
@ -1,5 +1,7 @@
|
||||||
body {
|
body {
|
||||||
background-color: #def
|
background-color: #def;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
body, td, div, li, p, span {
|
body, td, div, li, p, span {
|
||||||
|
@ -8,7 +10,14 @@ body, td, div, li, p, span {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
text-align: center
|
text-align: center;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#top {
|
||||||
|
background-color: #bbd;
|
||||||
|
border-bottom: solid #335 2px;
|
||||||
|
height: 35px
|
||||||
}
|
}
|
||||||
|
|
||||||
div#form-holder {
|
div#form-holder {
|
||||||
|
@ -98,3 +107,7 @@ div#code-announcement {
|
||||||
border-bottom: solid #555 1px;
|
border-bottom: solid #555 1px;
|
||||||
margin-bottom: 5px
|
margin-bottom: 5px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#output {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
Loading…
Reference in New Issue