Is the light too bright?
This commit is contained in:
parent
4c707a3c89
commit
ae0e659e91
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
/* Document Layout */
|
||||
|
||||
body {
|
||||
line-height: 1.1em;
|
||||
font-family: sans-serif;
|
||||
font-size: 1.0em;
|
||||
background: "#ffffff";
|
||||
line-height: 1.1em;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -59,8 +59,9 @@ p {
|
|||
border-style: dotted;
|
||||
border-color: #ffa000;
|
||||
font-family: Courier;
|
||||
font-size: 1.5em;
|
||||
text-align: center;
|
||||
font-size: 1.3em;
|
||||
line-height: 1.5em;
|
||||
padding: 5px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
|
|
Loading…
Reference in a new issue