mirror of
https://github.com/longsleep/realtimetraffic.git
synced 2024-11-16 08:48:33 +01:00
Use standard fonts and center layout
This commit is contained in:
parent
5493cf644f
commit
a352cb2c2e
1 changed files with 8 additions and 2 deletions
|
@ -3,16 +3,22 @@ html, body, ul, ol, li, form, fieldset, legend {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-family: Ubuntu, Verdana, Tahoma, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main {
|
||||||
|
margin: 0 auto;
|
||||||
|
width: 700px;
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border: solid 1px #E5E5E5;
|
border: solid 1px #E5E5E5;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
margin-right: 9px;
|
margin-right: 9px;
|
||||||
}
|
}
|
||||||
input:hover, input:focus {
|
input:hover, input:focus {
|
||||||
border-color: #C9C9C9;
|
border-color: #C9C9C9;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue