From 18210e5c89eb27170601a29ca4db6ad97325b6aa Mon Sep 17 00:00:00 2001 From: connors Date: Sat, 8 Feb 2014 16:27:54 -0800 Subject: [PATCH] add some more padding to the left of the title. --- dist/android-theme.css | 2 +- docs-assets/css/docs.css | 2 +- lib/sass/theme-android.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/android-theme.css b/dist/android-theme.css index 80b7f5b..c5b9429 100644 --- a/dist/android-theme.css +++ b/dist/android-theme.css @@ -51,7 +51,7 @@ body { .title { position: static; - padding-left: 10px; + padding-left: 15px; line-height: 50px; text-align: left; } diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index bf2ec0f..0b6fc8d 100644 --- a/docs-assets/css/docs.css +++ b/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; } diff --git a/lib/sass/theme-android.scss b/lib/sass/theme-android.scss index e2e0427..8a08b5b 100644 --- a/lib/sass/theme-android.scss +++ b/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; }