diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-01-31 22:58:19 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-01-31 22:58:19 +0000 |
commit | 662e663843729d20aef25743f1d3f58adf6865b5 (patch) | |
tree | 96fa248d4f5af45ccde7c55a28ab598efc752ba2 /h-source/Public | |
parent | 6fceaf205a341c2134457bf9f24a7a7f2fba63e0 (diff) |
improved search page
Diffstat (limited to 'h-source/Public')
-rwxr-xr-x | h-source/Public/Css/website.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/h-source/Public/Css/website.css b/h-source/Public/Css/website.css index 142be45..8f15343 100755 --- a/h-source/Public/Css/website.css +++ b/h-source/Public/Css/website.css @@ -1564,4 +1564,20 @@ td.text_item_date background:#B7F18C; font-weight:bold; /* border: 1px solid #CECECE; */ +} + +.lspci_item_found +{ + margin:10px 5px; + background: #C7DAEF; + padding:8px; +} +.lspci_item_found_compat +{ + padding-left:37px; +} + +.search_result_model_name +{ + padding-left:10px; }
\ No newline at end of file |