##// END OF EJS Templates
Fixed that long project names in the header may overlap the main menu (#13127)....
Jean-Philippe Lang -
r11121:999e62711fef
parent child
Show More
@@ -25,7 +25,7 h4 {border-bottom: 1px dotted #bbb;}
25 25
26 26 #account {float:right;}
27 27
28 #header {height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
28 #header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;}
29 29 #header a {color:#f8f8f8;}
30 30 #header h1 a.ancestor { font-size: 80%; }
31 31 #quick-search {float:right;}
General Comments 0
You need to be logged in to leave comments. Login now