mirror of
https://github.com/longsleep/realtimetraffic.git
synced 2024-11-16 00:38:32 +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;
|
||||
}
|
||||
body {
|
||||
font-family: Ubuntu, Verdana, Tahoma, sans-serif;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background: white;
|
||||
}
|
||||
|
||||
#main {
|
||||
margin: 0 auto;
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
input {
|
||||
padding: 4px;
|
||||
border: solid 1px #E5E5E5;
|
||||
outline: 0;
|
||||
background: #FFFFFF;
|
||||
margin-right: 9px;
|
||||
}
|
||||
}
|
||||
input:hover, input:focus {
|
||||
border-color: #C9C9C9;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue