diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-03 07:54:14 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-03 07:54:14 +0000 |
commit | 75be1868c47b7b9455eef65a7b1e33e447e61ee5 (patch) | |
tree | ff9c536599ae40487aed75686b87e118368dc973 /h-source/Public | |
parent | 10bbe357616c36e86ae3c3c7a26840b0c1973756 (diff) |
improved search
Diffstat (limited to 'h-source/Public')
-rwxr-xr-x | h-source/Public/Css/website.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/h-source/Public/Css/website.css b/h-source/Public/Css/website.css index 5609d12..03043ec 100755 --- a/h-source/Public/Css/website.css +++ b/h-source/Public/Css/website.css @@ -1566,7 +1566,7 @@ td.text_item_date /* border: 1px solid #CECECE; */ } -.lspci_item_found +.lspci_item_found, .lspci_item_not_found { margin:10px 5px; background: #C7DAEF; @@ -1585,4 +1585,9 @@ td.text_item_date .search_item_found { margin:5px; +} + +.lspci_item_not_found +{ + background: orange; }
\ No newline at end of file |