Skip to content

Commit f1e1e57

Browse files
committed
Merge pull request propelorm#122 from robin850/patch-2
Fix a little display bug with link in the topbar (color and padding)
2 parents 4444d70 + c39a454 commit f1e1e57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/layout.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ a:hover, a:focus {
99

1010
.topmenu a.link {
1111
padding: 12px;
12+
padding-bottom: 11px;
1213
}
1314

1415
.topmenu a.link:hover {
15-
background-color: #edbc1c;
16+
background-color: #ebb71c;
1617
color: #fff;
1718
}
1819

0 commit comments

Comments
 (0)