summaryrefslogtreecommitdiffstats
path: root/css/statsstyle.css
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-11-05 03:04:49 -0700
committerraylu <raylu@mixpanel.com>2011-11-05 03:04:49 -0700
commitcf4af138b16da878404cf3319d5d988dacee198a (patch)
tree41187e9c8206657f9f5138de70c5e5a6f447a251 /css/statsstyle.css
parent264ed976da6b3012209386a76520327faeddf82e (diff)
downloadpathery-cf4af138b16da878404cf3319d5d988dacee198a.tar.xz
new layout
Diffstat (limited to 'css/statsstyle.css')
-rw-r--r--css/statsstyle.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/css/statsstyle.css b/css/statsstyle.css
deleted file mode 100644
index a15636f..0000000
--- a/css/statsstyle.css
+++ /dev/null
@@ -1,25 +0,0 @@
-table {
- border-collapse: collapse;
-}
-td, th {
- padding: 3px;
-}
-.lbrow {
- background: #000000;
- transition:background .5s;
- -webkit-transition:background .5s;
- -o-transition:color .5s;
- -moz-transition:color .5s;
- cursor: default;
-}
-.lbrow:hover {
- background: #338899;
- transition:background 0s;
- -webkit-transition:background 0s;
- -o-transition:color 0s;
- -moz-transition:color 0s;
-}
-.hidden-stats {
- display: none;
-}
-