Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/themes/default/banner.css
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-02-06 16:36:20 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-02-06 16:36:20 (GMT)
commit66dae0ccbc23f4df612711a2e61fadd9b15feb91 (patch)
treea069ef55f4d97b6419f38d8ce86eb19f5cc1f1e7 /apps/system/style/themes/default/banner.css
parentb5b9e95e2f4c8ab19cef000c82fcfc0625c52666 (diff)
Empty the system pluginHEADmaster
Diffstat (limited to 'apps/system/style/themes/default/banner.css')
-rw-r--r--apps/system/style/themes/default/banner.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/apps/system/style/themes/default/banner.css b/apps/system/style/themes/default/banner.css
deleted file mode 100644
index 1a23fa7..0000000
--- a/apps/system/style/themes/default/banner.css
+++ /dev/null
@@ -1,36 +0,0 @@
-/* ----------------------------------
- * BANNER
- * Requires:
- menus-dialogs/core.css
- * ---------------------------------- */
-
-body[role="application"] section[role="dialog"].banner {
- top: auto;
- height: 8rem;
- padding: 0;
- text-align: center;
-}
-
-body[role="application"] section[role="dialog"].banner:after {
- content: "";
- display: inline-block;
- vertical-align: middle;
- width: 1px;
- height: 100%;
-}
-
-body[role="application"] section[role="dialog"].banner p {
- display: inline-block;
- vertical-align: middle;
- white-space: normal;
- font-size: 1.6rem;
- line-height: 1.4em;
- max-width: 75%;
- margin: 0;
-}
-
-body[role="application"] section[role="dialog"].banner p strong {
- text-transform: uppercase;
- color: #0995b0;
- font-weight: normal;
-}