aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-15 00:32:19 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-15 00:32:19 +0000
commit1854075a62c6ca0422040b4e5ebf89088b0d02b2 (patch)
tree4c725cb4ef2b6eab95c0db23cfedcfb3c1406be4 /h-source/Public
parent99e87e1869e49c67bea2b779283def0e98f39bca (diff)
added wiki - part 1
Diffstat (limited to 'h-source/Public')
-rw-r--r--h-source/Public/Css/main.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css
index e3960ba..3eed9d2 100644
--- a/h-source/Public/Css/main.css
+++ b/h-source/Public/Css/main.css
@@ -1658,4 +1658,22 @@ td.text_item_date
{
margin-left:10px;
font:normal 14px/1 sans-serif;
+}
+
+.wiki_external_box
+{
+ margin:4em 10px;
+ clear:both;
+ clear:right;
+}
+.wiki_page_title
+{
+ font:bold 16px/1 sans-serif,arial;
+ margin:20px 0px;
+ padding-bottom:4px;
+ border-bottom:1px solid #000;
+}
+.wiki_page_content
+{
+ margin:2em 0px;
} \ No newline at end of file