Browse Source

add some more padding to the left of the title.

pull/253/head
connors 11 years ago
parent
commit
18210e5c89
  1. 2
      dist/android-theme.css
  2. 2
      docs-assets/css/docs.css
  3. 2
      lib/sass/theme-android.scss

2
dist/android-theme.css vendored

@ -51,7 +51,7 @@ body {
.title {
position: static;
padding-left: 10px;
padding-left: 15px;
line-height: 50px;
text-align: left;
}

2
docs-assets/css/docs.css

@ -1230,7 +1230,7 @@ hr {
}
.platform-android .title {
position: static;
padding-left: 10px;
padding-left: 15px;
line-height: 50px;
text-align: left;
}

2
lib/sass/theme-android.scss

@ -88,7 +88,7 @@ body {
// Left aligned text in the .bar-nav
.title {
position: static;
padding-left: 10px;
padding-left: 15px;
line-height: $bar-base-height;
text-align: left;
}

Loading…
Cancel
Save