aboutsummaryrefslogtreecommitdiffstats
path: root/app/css/app.css
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2012-04-02 02:37:41 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2012-04-02 02:37:41 -0400
commit28a5d4fbf8a42649360e9d1e1206c062e0a5ce8d (patch)
tree0c0842aab6ca8259f14fc9b760eb742098fa1aaa /app/css/app.css
parent0a74881345b16b39487493364bb0c24f8cc47967 (diff)
downloadalias-28a5d4fbf8a42649360e9d1e1206c062e0a5ce8d.tar.gz
regorg files
Diffstat (limited to 'app/css/app.css')
-rw-r--r--app/css/app.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/app/css/app.css b/app/css/app.css
deleted file mode 100644
index c925240..0000000
--- a/app/css/app.css
+++ /dev/null
@@ -1,30 +0,0 @@
-/* app css stylesheet */
-
-.menu {
- list-style: none;
- border-bottom: 0.1em solid black;
- margin-bottom: 2em;
- padding: 0 0 0.5em;
-}
-
-.menu:before {
- content: "[";
-}
-
-.menu:after {
- content: "]";
-}
-
-.menu > li {
- display: inline;
-}
-
-.menu > li:before {
- content: "|";
- padding-right: 0.3em;
-}
-
-.menu > li:nth-child(1):before {
- content: "";
- padding: 0;
-}