Commit 67251539 by Bence Dnyi

css :hover added

parent 2923c2ed
...@@ -23,6 +23,9 @@ a:link,a:visited{ ...@@ -23,6 +23,9 @@ a:link,a:visited{
margin:0; margin:0;
padding:5px; padding:5px;
} }
.contentblock ul{
list-style: none;
}
.contentblock h2 .contentblock h2
{ {
...@@ -107,7 +110,7 @@ a:link,a:visited{ ...@@ -107,7 +110,7 @@ a:link,a:visited{
.wm .details .value{ .wm .details .value{
float: right; float: right;
} }
.wm:hover{ .wm .summary:hover{
background-color: #b1b1b1; background-color: #b1b1b1;
} }
.wm .name{ .wm .name{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment