diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-09-09 14:08:19 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-09-09 14:08:19 +0000 |
commit | 93f681d5bd99d28acdb1e4c6eb3e5bbc4a6842bf (patch) | |
tree | 16fa123a4141006cd2413326d34ca17df310d983 /h-source/Public | |
parent | 090c0fa2d0a40176e4c1e77f5892e734a1fa7feb (diff) |
added the entry: 'does the device prevent the installation of wifi cards not-approved by the vendor?' - part 1
Diffstat (limited to 'h-source/Public')
-rw-r--r-- | h-source/Public/Css/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 9361efc..080e613 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -2118,6 +2118,11 @@ div#description_tabs_content width:130px; } +.no_bold +{ + font-weight:normal; +} + /*.version_div a { display:block; |