Issue #2408461 by psebborn: Clean up 'page-title' component

8.0.x
Alex Pott 2015-03-19 16:20:05 +00:00
parent d246439519
commit 6f83b4e78d
2 changed files with 5 additions and 8 deletions

View File

@ -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 {

View File

@ -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;
} }