Merge pull request #1522 from gollum/fix_1516
Improve CSS styling on 5.x using Primer.CSS. Fixes #1515 #1516 #1518 .
This commit is contained in:
@@ -1,15 +1,16 @@
|
|||||||
// Removes the action buttons at the top,
|
// Removes the action buttons at the top,
|
||||||
// the delete link at the bottom,
|
// the breadcrumb at the top,
|
||||||
// and the footer for better printing.
|
// and the footer for better printing.
|
||||||
|
|
||||||
ul.actions {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#delete-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
div#footer {
|
div#footer {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav.actions{
|
||||||
|
display:none
|
||||||
|
}
|
||||||
|
|
||||||
|
.breadcrumb{
|
||||||
|
display:none
|
||||||
|
}
|
||||||
|
|||||||
@@ -167,20 +167,15 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 1.2em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
font-size: 1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
color: #777;
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p, blockquote, ul, ol, dl, table, pre {
|
p, blockquote, ul, ol, dl, table, pre {
|
||||||
@@ -225,12 +220,6 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
background: transparent $img_dirty_shade repeat-x 0 0;
|
|
||||||
border: 0 none;
|
|
||||||
color: #ccc;
|
|
||||||
height: 4px;
|
|
||||||
padding: 0;
|
|
||||||
margin: 15px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|||||||
Reference in New Issue
Block a user