summaryrefslogtreecommitdiff
path: root/public/style.css~
diff options
context:
space:
mode:
Diffstat (limited to 'public/style.css~')
-rw-r--r--public/style.css~45
1 files changed, 0 insertions, 45 deletions
diff --git a/public/style.css~ b/public/style.css~
deleted file mode 100644
index d3b2088..0000000
--- a/public/style.css~
+++ /dev/null
@@ -1,45 +0,0 @@
-body {
- font-family: sans-serif ;
- background: #110000 ;
- color: #ccc ;
-}
-
-main {
- max-width: 800px ;
- margin: auto ;
-}
-
-img {
- max-width: 100% ;
-}
-
-header h1 {
- text-align: center ;
-}
-
-footer {
- text-align: center ;
- clear: both ;
-}
-
-/* For TAGLIST.HTML */
-.taglist {
- text-align: center ;
- clear: both ;
-}
-
-/* For NEXTPREV.HTML */
-#nextprev {
- /* The container for both the previous and next articles. */
-}
-#prevart {
- float: left ;
- text-align: left ;
-}
-#nextart {
- float: right ;
- text-align: right ;
-}
-#nextart,#prevart {
- max-width: 33% ;
-}