mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
6 lines
173 B
CSS
6 lines
173 B
CSS
BODY {color: black; background: #CCCCCC; margin:0;}
|
|
A:link {color: blue;}
|
|
A:visited {color: #006600;}
|
|
.navigation { padding: 15px 10px;}
|
|
OBJECT { border:none; width:100%;}
|
|
|