summaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-10-25 15:07:43 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-10-25 15:07:43 +0200
commit2a39cffb511f43587d26a6463a129087d7655030 (patch)
tree426f31aad78c3820a3d1d39473fe00f53d7d5123 /docs/style.css
parent97e37da73eeef899628491aee9989ac4691b3784 (diff)
downloadPapillon-2a39cffb511f43587d26a6463a129087d7655030.tar.bz2
Papillon-2a39cffb511f43587d26a6463a129087d7655030.zip
Upgrade documentation
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css67
1 files changed, 0 insertions, 67 deletions
diff --git a/docs/style.css b/docs/style.css
deleted file mode 100644
index 5ba1a2f..0000000
--- a/docs/style.css
+++ /dev/null
@@ -1,67 +0,0 @@
-html{
-background-color:#dfcbff;
-font-family:arial;
-font-size:80%;
-}
-
-body{
-padding:20px;
-background-color:white;
-}
-
-a{
-color:#b400ff;
-}
-
-h1{
-font-size:22px;
-margin-left:auto;
-margin-right:auto;
-margin-bottom:10px;
-padding-left:20px;
-color:white;
-background-color:#b488ff;
-}
-
-h2{
-font-size:18px;
-padding-left:20px;
-color:#b400ff;
-}
-
-h3{
-padding-left:20px;
-font-weight:normal;
-font-style:italic;
-color:#b400ff;
-}
-
-pre{
-background-color:#dfcbff;
-padding:10px 6px;
-}
-
-table{
-border-spacing:0px;
-border:1px solid;
-border-right:None;
-}
-
-td, th, tr{
-border:None;
-margin:0;
-padding:0;
-border-spacing:0px;
-border-right:1px solid;
-}
-
-td{
-padding:4px 8px;
-}
-
-th{
-background-color:#dfcbff;
-padding:8px;
-border-bottom:1px solid;
-}
-