CSS Tweaking, fixes #323
This commit is contained in:
parent
9497be3817
commit
f96659fc6f
2
themes/daux/css/theme-blue.min.css
vendored
2
themes/daux/css/theme-blue.min.css
vendored
File diff suppressed because one or more lines are too long
2
themes/daux/css/theme-green.min.css
vendored
2
themes/daux/css/theme-green.min.css
vendored
File diff suppressed because one or more lines are too long
2
themes/daux/css/theme-navy.min.css
vendored
2
themes/daux/css/theme-navy.min.css
vendored
File diff suppressed because one or more lines are too long
2
themes/daux/css/theme-red.min.css
vendored
2
themes/daux/css/theme-red.min.css
vendored
File diff suppressed because one or more lines are too long
@ -216,7 +216,7 @@ pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.page-header, blockquote,
|
.page-header, blockquote,
|
||||||
p, ul, ol, dl, h2, h3, h4, h5, h6 {
|
p, ul, ol, dl, h2, h3, h4, h5, h6, hr {
|
||||||
float: left;
|
float: left;
|
||||||
clear: left;
|
clear: left;
|
||||||
width: 47%;
|
width: 47%;
|
||||||
@ -232,12 +232,16 @@ pre {
|
|||||||
//border-top: 1px solid @dark;
|
//border-top: 1px solid @dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, ul, ol, dl, h2, h3, h4, h5, h6, pre {
|
p, ul, ol, dl, h2, h3, h4, h5, h6, pre, hr {
|
||||||
float: none;
|
float: none;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border-color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
// Paragraphs and code inside lists and
|
// Paragraphs and code inside lists and
|
||||||
// blockquotes should have 100% width
|
// blockquotes should have 100% width
|
||||||
li, blockquote {
|
li, blockquote {
|
||||||
@ -275,7 +279,6 @@ table {
|
|||||||
th, td {
|
th, td {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
text-align: left;
|
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border-top: 1px solid @lines;
|
border-top: 1px solid @lines;
|
||||||
border-left: 1px solid @lines;
|
border-left: 1px solid @lines;
|
||||||
|
Loading…
Reference in New Issue
Block a user