summaryrefslogtreecommitdiff
path: root/wiki/css
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/css')
-rw-r--r--wiki/css28
1 files changed, 0 insertions, 28 deletions
diff --git a/wiki/css b/wiki/css
deleted file mode 100644
index e4f5cf0..0000000
--- a/wiki/css
+++ /dev/null
@@ -1,28 +0,0 @@
-h1 {
- background-color: #bbffff;
-}
-
-h2 {
- background-color: #ddffff;
-}
-
-
-table {
- border-collapse: collapse;
- border: solid 1px gray;
- background-color: #fff2d9;
-}
-
-table th {
- background-color: #ffdd99;
- border: solid 1px gray;
-}
-
-table td {
- border: solid 1px gray;
-}
-
-pre {
- background-color: #e5ffe5;
- border: solid 1px gray;
-} \ No newline at end of file