Setting CSS for horizontal rules.

This commit is contained in:
Siavash Eliasi 2014-06-03 12:53:53 +04:30 committed by Camilla Berglund
parent 2ea74e60f9
commit 51208601a4
2 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -81,7 +81,7 @@
background:none; background:none;
} }
#titlearea,.footer,.contents,div.header,.memdoc,table.doxtable td,table.doxtable th { #titlearea,.footer,.contents,div.header,.memdoc,table.doxtable td,table.doxtable th,hr,.memSeparator {
border:none; border:none;
} }
@ -280,9 +280,8 @@ div.directory {
border-radius:4px; border-radius:4px;
} }
.memSeparator { hr,.memSeparator {
height:2px; height:2px;
border:none;
background:linear-gradient(to right,@def-separator-color 0%,darken(@def-separator-color, 10%) 50%,@def-separator-color 100%); background:linear-gradient(to right,@def-separator-color 0%,darken(@def-separator-color, 10%) 50%,@def-separator-color 100%);
} }