Skip to content

Commit 1cb93a4

Browse files
committed
CSS fixes.
1 parent 2e2c8e0 commit 1cb93a4

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

less/header.less

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,14 @@
9595
display: inline;
9696
padding:0 10px;
9797
text-align: left;
98-
>a{
99-
text-decoration: none;
100-
&:hover{
101-
text-decoration: none;
102-
color:@color-header-link-hover;
103-
}
104-
&.sel{
105-
color: white;
106-
}
98+
}
99+
a{
100+
text-decoration: none;
101+
&:hover{
102+
color:@color-header-link-hover;
103+
}
104+
&.sel{
105+
color: white;
107106
}
108107
}
109108
@media print{

less/many-bubbles.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ circle {
4949
opacity: .7;
5050
&:hover{
5151
stroke: grey;
52+
cursor: pointer;
5253
}
5354
}
5455

0 commit comments

Comments
 (0)