default.css: finally make a:hover avoid pushing all layout

This commit is contained in:
Astro 2011-10-29 03:31:10 +02:00
parent 7b7124d8fe
commit 3a3260f0b9
1 changed files with 2 additions and 0 deletions

View File

@ -112,11 +112,13 @@ pre {
#content a {
text-decoration: none;
border-bottom: #ebc63c 1px solid;
margin-bottom: 1px;
color: #555;
}
#content a:hover {
border-width: 2px;
margin-bottom: 0px;
}
#content h1,