9 lines
112 B
CSS
9 lines
112 B
CSS
|
/**
|
||
|
* @file
|
||
|
* Page title.
|
||
|
*/
|
||
|
.page-title {
|
||
|
display: inline-block;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
}
|