diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-02 18:13:17 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-02 18:13:17 +0000 |
commit | f2a001783a54fbafaee627180b8279ed9c85e5f3 (patch) | |
tree | 7309f57df3152b359d716dc129c29e47f10ac353 /h-source/Public | |
parent | a3161064a637e80ad04aeee2994001f6cee4a372 (diff) |
when a device is not found the system suggest to insert it - sudoman issue
Diffstat (limited to 'h-source/Public')
-rw-r--r-- | h-source/Public/Css/main.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index f438227..a7c658e 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -1940,6 +1940,19 @@ div#description_tabs_content padding:6px 8px; margin:20px 0; } +.lspci_item_not_found_inner +{ + margin:10px 0 5px 0; + font-weight:bold; +} +.insert_suggestion_list +{ + list-style-type:none; +} +.insert_suggestion_list li +{ + margin:10px 0; +} /* Start - temporarily added due to transformation of help pages |