aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public/Css
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-15 11:45:38 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-15 11:45:38 +0000
commitd85570c9946aef61d8d935d9f50169215338d665 (patch)
tree80ff5e94178d9aa09bebfc6b897251078836cdd5 /h-source/Public/Css
parent8c287999487883a54271ae5e91bbb79b4fd15826 (diff)
improved wiki
Diffstat (limited to 'h-source/Public/Css')
-rw-r--r--h-source/Public/Css/explorer6.css6
-rw-r--r--h-source/Public/Css/explorer7.css8
-rw-r--r--h-source/Public/Css/main.css14
3 files changed, 24 insertions, 4 deletions
diff --git a/h-source/Public/Css/explorer6.css b/h-source/Public/Css/explorer6.css
index c4bacc8..29b6456 100644
--- a/h-source/Public/Css/explorer6.css
+++ b/h-source/Public/Css/explorer6.css
@@ -93,10 +93,14 @@ ul#menuBlock li ul {
{
margin-top:-30px;
}
-.talk_numb_ext a
+.talk_numb_ext a, .talk_numb_ext_wiki a
{
margin-bottom:0px;
}
+.talk_numb_ext_wiki
+{
+ width:130px;
+}
.language_links_box a.current_lang
{
background:#6495ED;
diff --git a/h-source/Public/Css/explorer7.css b/h-source/Public/Css/explorer7.css
index 4060474..f63bf5b 100644
--- a/h-source/Public/Css/explorer7.css
+++ b/h-source/Public/Css/explorer7.css
@@ -14,4 +14,12 @@
.last_modifications ul
{
margin-left:0px;
+}
+.talk_numb_ext a, .talk_numb_ext_wiki a
+{
+ margin-bottom:0px;
+}
+.talk_numb_ext_wiki
+{
+ width:130px;
} \ No newline at end of file
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css
index 3eed9d2..abdeb0a 100644
--- a/h-source/Public/Css/main.css
+++ b/h-source/Public/Css/main.css
@@ -684,7 +684,7 @@ ins
.div_h1
{
font:bold 15px/1 sans-serif,arial;
- border-bottom:1px solid gray;
+ border-bottom:1px dashed #000;
padding:3px 0px;
margin:10px 0px;
color:gray;
@@ -1399,7 +1399,7 @@ ins
text-align:left;
margin-left:10px;
}
-.talk_numb_ext a
+.talk_numb_ext a, .talk_numb_ext_wiki a
{
display:block;
width:150px;
@@ -1662,13 +1662,14 @@ td.text_item_date
.wiki_external_box
{
- margin:4em 10px;
+ margin:4em 5px;
clear:both;
clear:right;
}
.wiki_page_title
{
font:bold 16px/1 sans-serif,arial;
+ color:gray;
margin:20px 0px;
padding-bottom:4px;
border-bottom:1px solid #000;
@@ -1676,4 +1677,11 @@ td.text_item_date
.wiki_page_content
{
margin:2em 0px;
+}
+
+.talk_numb_ext_wiki
+{
+ float:left;
+ text-align:left;
+ margin-left:10px;
} \ No newline at end of file