This commit is contained in:
Kovid Goyal 2012-01-07 14:38:33 +05:30
parent e74dbd17f1
commit 6046055034

View File

@ -9,9 +9,11 @@
font-family: sans-serif; font-family: sans-serif;
background-color: white; background-color: white;
} }
h1, h2 { color: #005a9c }
h2 { h2 {
border-top: solid 2px black; border-top: solid 2px #005a9c;
margin-top: 4ex; margin-top: 4ex;
} }
@ -39,6 +41,7 @@
color: blue; color: blue;
text-decoration: none text-decoration: none
} }
#reset:hover { color: red }
</style> </style>
</head> </head>
<body> <body>