summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty-index.css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-11 19:44:22 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-11 19:44:22 +0200
commita3a4ce32f0596ff0bf48c7cc04292389e0d9627d (patch)
treefde894d4ecb2c2fa337efad35a114a5bbd4b1ec8 /hyperkitty/static/css/hyperkitty-index.css
parent7660b947f88493bc241f8af3e1e855f75e1d9cd7 (diff)
downloadhyperkitty-a3a4ce32f0596ff0bf48c7cc04292389e0d9627d.tar.gz
hyperkitty-a3a4ce32f0596ff0bf48c7cc04292389e0d9627d.tar.xz
hyperkitty-a3a4ce32f0596ff0bf48c7cc04292389e0d9627d.zip
Move static files into the hyperkitty prefix
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-index.css')
-rw-r--r--hyperkitty/static/css/hyperkitty-index.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/hyperkitty/static/css/hyperkitty-index.css b/hyperkitty/static/css/hyperkitty-index.css
deleted file mode 100644
index 0bd8889..0000000
--- a/hyperkitty/static/css/hyperkitty-index.css
+++ /dev/null
@@ -1,37 +0,0 @@
-/* List of lists */
-
-#logo {
- display: block;
- margin: 120px auto;
- clear: both;
-}
-
-h1.lists {
- margin-bottom: 0.5em;
-}
-
-.all-lists .list-name {
- font-size: 120%;
- color: black;
- font-weight: bold;
-}
-.all-lists .list-address {
- font-size: 90%;
- font-style: italic;
-}
-.all-lists a {
- display: block;
- padding: 2em;
- margin: 1em auto;
- overflow: hidden;
- border: 1px solid #ccc;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- color: black;
-}
-.all-lists a:hover {
- text-decoration: none;
- background-color: #eee;
- color: black;
-}