diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-27 06:16:03 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-27 06:16:03 +0000 |
commit | 30302704689cdb2dd38d012f65bb0e5226b4ca3e (patch) | |
tree | d7e76daab3e9348a3cdb492e86a3972fe7c6ea38 /h-source/Public/Css | |
parent | d67f5736dfbec2b769e98dd17f34137b9feec1fc (diff) |
added module inside insert and update pages - Luis Alberto issue
Diffstat (limited to 'h-source/Public/Css')
-rw-r--r-- | h-source/Public/Css/main.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index c06058e..f8cc166 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -2035,7 +2035,15 @@ div#description_tabs_content { clear:left; } - +.box_module_how_to_compile +{ +/* height:30px; */ + background-color:#F0E68C; +/* clear:left; */ + margin-top:5px; + padding:10px; + font-size:12px; +} .box_module_label a { color:#FF4500; |