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