1
0
Fork 0
forked from 0x2620/oxjs

updating css

This commit is contained in:
rlx 2011-08-05 18:27:13 +00:00
commit b428f3b3e2
2 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,12 @@ Base
================================================================================
*/
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
margin: 0;
overflow: hidden;