diff options
Diffstat (limited to 'www/static/browser.css')
| -rw-r--r-- | www/static/browser.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/www/static/browser.css b/www/static/browser.css new file mode 100644 index 0000000..21ef4ad --- /dev/null +++ b/www/static/browser.css @@ -0,0 +1,26 @@ +tr:hover{ + background: #CCCCCC; +} +tr{ + width: 100%; + border: none; + +} +table{ +width: 100% +} + +#icon{ + width: 35px; +} + +table tr td { + padding-left: 0; + padding-right: 0; + margin: 0; + +} +a{ + text-decoration: none; + color: black; +} |
