Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Fidransky <fidransky@users.noreply.github.com>2014-12-16 22:50:28 +0300
committerPavel Fidransky <fidransky@users.noreply.github.com>2014-12-16 22:50:28 +0300
commit3e6a706e83da1493f2fbf6c19cb12f7589a95ae9 (patch)
treef3cd9b9421e2881b957bc6db3b6b93ba7074f532
parentc26816b2fc9f03b4ae650c9dd12502cefee08abb (diff)
Bar header secondary and content
-rw-r--r--dist/css/ratchet-theme-android.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/css/ratchet-theme-android.css b/dist/css/ratchet-theme-android.css
index 2a63f90..8f3a4dc 100644
--- a/dist/css/ratchet-theme-android.css
+++ b/dist/css/ratchet-theme-android.css
@@ -30,15 +30,15 @@ a:active {
padding-top: 50px;
}
-.bar-header-secondary ~ .content {
- padding-top: 100px;
-}
-
.bar-tab ~ .content {
padding-top: 50px;
padding-bottom: 0;
}
+.bar-header-secondary ~ .content {
+ padding-top: 100px;
+}
+
.bar-footer ~ .content {
padding-bottom: 50px;
}