aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/apps/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/apps/app.css')
-rwxr-xr-xsrc/main/webapp/apps/app.css58
1 files changed, 0 insertions, 58 deletions
diff --git a/src/main/webapp/apps/app.css b/src/main/webapp/apps/app.css
deleted file mode 100755
index 3088282..0000000
--- a/src/main/webapp/apps/app.css
+++ /dev/null
@@ -1,58 +0,0 @@
-/*
- * Badges
- */
-/*
- bronze = #8c7853
- bronze ii = #a67d3d
- */
-
-.badge-level-1 { background-color: #a67d3d; color: #000000 }
-.badge-level-2 { background-color: silver; color: #000000 }
-.badge-level-3 { background-color: #ffd700; color: #000000 }
-
-/*
- * Avatar
- */
-
-/* This has to match the Gravatar image */
-.avatar80 {
- width: 80px;
- height: 80px;
-}
-
-/*
- *
- */
-
-#content {
- background-color: #ffffff;
- padding-bottom: 60px;
-}
-
-#footer {
- background-color: #f5f5f5;
- border-top: 1px solid #ccc;
- color: #000000;
-}
-
-#footer .container {
- padding: 60px 0;
-}
-
-#footer abbr[title] {
- border-bottom: 1px dotted #000;
-}
-
-#footer p {
- margin-bottom: 0;
- color: #777;
-}
-
-#footer-links {
- margin: 10px 0;
-}
-
-#footer-links li {
- display: inline;
- margin-right: 10px;
-}