Issue #2408461 by psebborn: Clean up 'page-title' component
parent
d246439519
commit
6f83b4e78d
|
@ -38,8 +38,9 @@ summary,
|
||||||
h1,
|
h1,
|
||||||
.heading-a {
|
.heading-a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 10px 0;
|
margin: 0;
|
||||||
font-size: 1.538em;
|
font-size: 1.625em;
|
||||||
|
line-height: 1.875em;
|
||||||
}
|
}
|
||||||
h2,
|
h2,
|
||||||
.heading-b {
|
.heading-b {
|
||||||
|
|
|
@ -1,12 +1,8 @@
|
||||||
/**
|
/**
|
||||||
|
* @file
|
||||||
* Page title.
|
* Page title.
|
||||||
*/
|
*/
|
||||||
.content-header .page-title {
|
.page-title {
|
||||||
color: #333;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
|
||||||
font-size: 1.625em;
|
|
||||||
line-height: 1.875em;
|
|
||||||
font-weight: 600;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue