]> git.piffa.net Git - doc/.git/blobdiff - source/lsr.css
Servizi, samba
[doc/.git] / source / lsr.css
index 5501eaaeefd900b614fe136ef47f8bd99973b3cb..c94e4ff60c57e195bebc58103a4ed8b864542ad4 100644 (file)
@@ -1,7 +1,8 @@
 /*
 Author: Peter Parente
-Date: 2008/01/22
-Version: 1.0
+Modyfied by: Andrea Manni
+Date: 2010/01/22
+Version: 1.1
 Copyright: This stylesheet has been placed in the public domain - free to edit and use for all uses.
 */
 
@@ -12,6 +13,16 @@ body {
   margin: 2em;
   padding: 0em 2em;
 }
+pre.literal-block {
+        overflow: auto;
+    padding: 5px;
+    background-color: #eeffcc;
+    color: #333333;
+    line-height: 120%;
+    border: 1px solid #ac9;
+    border-left: none;
+    border-right: none;
+}
 
 p.topic-title {
   font-weight: bold;
@@ -28,6 +39,7 @@ a[href] {
 }
 
 a.toc-backref {
+       margin-left:20px;
   text-decoration: none;
 }
 
@@ -48,9 +60,11 @@ img {
 
 p {
   margin: 0.5em 0 1em 0;
+  text-align: justify;
   line-height: 1.5em;
 }
 
+
 p a:visited {
   color: purple;
   background-color: transparent;