mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +00:00
Formatting fixes.
Conflicts: html/style.css
This commit is contained in:
parent
d775977b8d
commit
344d8148f8
1 changed files with 7 additions and 5 deletions
|
@ -1,13 +1,15 @@
|
||||||
body {
|
body {
|
||||||
margin-top: 1.0em;
|
margin-top: 1.0em;
|
||||||
/* background-color: #922793; */
|
background-color: #922793;
|
||||||
font-family: Helvetica, Arial, FreeSans, san-serif;
|
font-family: Verdana, Helvetica, Arial, FreeSans, san-serif;
|
||||||
/* color: #ffffff; */
|
font-size: 13px;
|
||||||
|
line-height: 22px;
|
||||||
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 700px;
|
width: 730px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -65,7 +67,7 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 700px;
|
width: 730px;
|
||||||
border-spacing: 0px;
|
border-spacing: 0px;
|
||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid #ccc;
|
||||||
border-top: 1px solid #777;
|
border-top: 1px solid #777;
|
||||||
|
|
Loading…
Reference in a new issue