Skip to content

Commit 980581d

Browse files
committed
clean looking topmenu
1 parent c843bba commit 980581d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

web/templates/header.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,19 @@
3636
text-align: left;
3737
border: 0px;
3838
border-collapse:collapse;
39+
3940
}
4041

4142
.top thead td {
4243
background: #ebe9dc;
43-
border-bottom: 1px solid #d3d3d3;
44-
border-right: 1px solid #d3d3d3;
4544
height: 25px;
4645
text-align: right;
4746
padding: 0 24px 0 0px;
4847
weight:120px;
4948
}
5049

5150
.top thead td:first-child{
52-
border-left: 1px solid #d3d3d3;
51+
border-left: 1px solid #fff;
5352
border-right:none;
5453
text-align:left;
5554
padding: 0 0 0 0;
@@ -60,7 +59,7 @@
6059
padding: 5px 22px 4px;
6160
text-decoration: none;
6261
color: #323232;
63-
border-right: 1px solid #d3d3d3;
62+
border-right: 1px solid #fff;
6463
}
6564

6665
.top-link:hover {
@@ -76,7 +75,7 @@
7675
text-decoration: none;
7776
color: #174f82;
7877
background: #fff;
79-
border-right: 1px solid #d3d3d3;
78+
border-right: 1px solid #fff;
8079
}
8180

8281
.top-logout {

0 commit comments

Comments
 (0)