fixes #104, no uppercase in header
also fixes padding on crumbs path (and a missing slash)
This commit is contained in:
@@ -13,7 +13,7 @@ main {
|
||||
padding: 6px;
|
||||
}
|
||||
.crumbs a {
|
||||
padding-left:10px;
|
||||
padding: 0px 6px;
|
||||
color:black;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
@@ -21,4 +21,9 @@ main {
|
||||
#items-map {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
/* cancel mini-css header>button uppercase */
|
||||
header button, header [type="button"], header .button, header [role="button"] {
|
||||
text-transform: none;
|
||||
}
|
||||
Reference in New Issue
Block a user