Issue #2408479 by joaogarin, LewisNyman: Rewrite breadcrumb component inline with our CSS standards

8.0.x
Alex Pott 2015-02-21 14:33:24 +00:00
parent 78664846f9
commit 4274d66349
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
/**
* @file
* Breadcrumbs.
*/
.breadcrumb {
font-size: 0.846em;
line-height: 1em;
padding: 20px 0 10px 0;
padding: 20px 0 10px;
}