diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-13 17:30:05 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-13 17:30:05 +0000 |
commit | 323d1b376423f09d758b381defcf37b26d582a7a (patch) | |
tree | 22133b03bf9bc1712a940278da4ad9f91a7712a2 /h-source/Public | |
parent | 26fca82d7f500d9771b8876e9a480f8619a2988d (diff) |
improved history
Diffstat (limited to 'h-source/Public')
-rw-r--r-- | h-source/Public/Css/explorer6.css | 5 | ||||
-rw-r--r-- | h-source/Public/Css/explorer7.css | 5 | ||||
-rwxr-xr-x | h-source/Public/Css/website.css | 44 | ||||
-rw-r--r-- | h-source/Public/Img/back_last.png | bin | 0 -> 2576 bytes |
4 files changed, 54 insertions, 0 deletions
diff --git a/h-source/Public/Css/explorer6.css b/h-source/Public/Css/explorer6.css index dcdc4b0..c4bacc8 100644 --- a/h-source/Public/Css/explorer6.css +++ b/h-source/Public/Css/explorer6.css @@ -100,4 +100,9 @@ ul#menuBlock li ul { .language_links_box a.current_lang { background:#6495ED; +} + +.last_modifications ul +{ + margin-left:0px; }
\ No newline at end of file diff --git a/h-source/Public/Css/explorer7.css b/h-source/Public/Css/explorer7.css index 11c9f02..4060474 100644 --- a/h-source/Public/Css/explorer7.css +++ b/h-source/Public/Css/explorer7.css @@ -9,4 +9,9 @@ .language_links_box a.current_lang { background:#6495ED; +} + +.last_modifications ul +{ + margin-left:0px; }
\ No newline at end of file diff --git a/h-source/Public/Css/website.css b/h-source/Public/Css/website.css index def10fa..e3960ba 100755 --- a/h-source/Public/Css/website.css +++ b/h-source/Public/Css/website.css @@ -1614,4 +1614,48 @@ td.text_item_date { text-decoration:none; font:normal 16px/1 sans-serif; +} + +.last_modifications +{ + margin:5px; + width:190px; +/* background:red; */ + margin-bottom:2em; + background: url(../Img/back_last.png) no-repeat top left; +} +.last_modifications ul +{ + padding:8px; + padding-top:0px; +} +.last_modifications li +{ + list-style-type:none; + margin:10px 5px; +} +.last_modifications_title +{ + padding-top:10px; + padding-left:14px; + font:bold 15px/1 sans-serif; +} +.last_modifications a +{ + +} +.last_modifications_model +{ + color:#3e3e3e; + text-decoration:none; +} +.last_modifications_all +{ + background: url(../Img/back_last.png) no-repeat bottom left; + padding-bottom:10px; +} +.last_modifications_all span +{ + margin-left:10px; + font:normal 14px/1 sans-serif; }
\ No newline at end of file diff --git a/h-source/Public/Img/back_last.png b/h-source/Public/Img/back_last.png Binary files differnew file mode 100644 index 0000000..6411e49 --- /dev/null +++ b/h-source/Public/Img/back_last.png |