diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-02 17:17:14 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-02 17:17:14 +0200 |
commit | b5d57d5313b61842a72f0e2ad002cf633aa72dd7 (patch) | |
tree | 4ffebdb810c5839b4906044114100c829a06e48f /view/theme/diabook-red | |
parent | 9faa940f044dd47687a008272c727f8f8dac9fec (diff) | |
download | volse-hubzilla-b5d57d5313b61842a72f0e2ad002cf633aa72dd7.tar.gz volse-hubzilla-b5d57d5313b61842a72f0e2ad002cf633aa72dd7.tar.bz2 volse-hubzilla-b5d57d5313b61842a72f0e2ad002cf633aa72dd7.zip |
diabook-themes: fixed pageheader
Diffstat (limited to 'view/theme/diabook-red')
-rw-r--r-- | view/theme/diabook-red/style-network.css | 6 | ||||
-rw-r--r-- | view/theme/diabook-red/style-profile.css | 6 | ||||
-rw-r--r-- | view/theme/diabook-red/style-settings.css | 6 | ||||
-rw-r--r-- | view/theme/diabook-red/style.css | 6 |
4 files changed, 16 insertions, 8 deletions
diff --git a/view/theme/diabook-red/style-network.css b/view/theme/diabook-red/style-network.css index 145852d96..7301ace3f 100644 --- a/view/theme/diabook-red/style-network.css +++ b/view/theme/diabook-red/style-network.css @@ -1198,8 +1198,10 @@ section { body .pageheader{ text-align: center; - margin-top: 25px; - font-size: 0px; + font-size: 20px; + margin-bottom: 20px; + margin-top: 0px; + max-width: 575px; } #id_username { diff --git a/view/theme/diabook-red/style-profile.css b/view/theme/diabook-red/style-profile.css index 37790584d..59e57fdd6 100644 --- a/view/theme/diabook-red/style-profile.css +++ b/view/theme/diabook-red/style-profile.css @@ -1176,8 +1176,10 @@ section { body .pageheader{ text-align: center; - margin-top: 25px; - font-size: 0px; + font-size: 20px; + margin-bottom: 20px; + margin-top: 0px; + max-width: 575px; } #id_username { diff --git a/view/theme/diabook-red/style-settings.css b/view/theme/diabook-red/style-settings.css index 9407c68f9..43bb3d037 100644 --- a/view/theme/diabook-red/style-settings.css +++ b/view/theme/diabook-red/style-settings.css @@ -1173,8 +1173,10 @@ section { body .pageheader{ text-align: center; - margin-top: 25px; - font-size: 0px; + font-size: 20px; + margin-bottom: 20px; + margin-top: 0px; + max-width: 575px; } #id_username { diff --git a/view/theme/diabook-red/style.css b/view/theme/diabook-red/style.css index 92ede79be..ef498e639 100644 --- a/view/theme/diabook-red/style.css +++ b/view/theme/diabook-red/style.css @@ -1243,8 +1243,10 @@ section { } body .pageheader{ text-align: center; - margin-top: 25px; - font-size: 0px; + font-size: 20px; + margin-bottom: 20px; + margin-top: 0px; + max-width: 575px; } #id_username { |