diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-07-02 05:43:53 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-07-02 05:43:53 +0000 |
commit | 1c1e9c704c57feacaec4af8e1ab3d07bd9dd5adc (patch) | |
tree | 9caa2965b22abbe97f1e674a10cb7c27e769a13e /h-source/Public | |
parent | a935ddd2093fa73066ae409c35535daa33371b9c (diff) |
added preview in hardware talk pages - lammi87 issue
Diffstat (limited to 'h-source/Public')
-rw-r--r-- | h-source/Public/Css/main.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 4be530a..344b063 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -712,6 +712,7 @@ ins border:1px solid #C7DAEF; -moz-border-radius: 15px; -webkit-border-radius: 15px; + border-radius: 15px; } .tables_of_contents a { @@ -1407,6 +1408,7 @@ ins { -moz-border-radius: 12px; -webkit-border-radius: 12px; + border-radius: 12px; padding:10px; margin:20px 0px; background:#eaf2f4; |