css/startscreen.css
changeset 13 3ba18138e37e
parent 11 9833f3e24105
child 18 cd85b780f4a5
--- a/css/startscreen.css	Fri Mar 22 17:03:53 2013 +0100
+++ b/css/startscreen.css	Fri Mar 22 17:54:46 2013 +0100
@@ -59,41 +59,13 @@
     float: left; background: #333333; /*box-shadow: 1px 1px 2px #000;*/ margin: 0 8px 8px 0;
 }
 
-.description-block {
-    width: 240px; height: 166px; margin-left: 8px;
-}
-
-.description-block p {
-    margin: 8px; font-size: 12px;
-}
-
-.topwords-block {
-    width: 748px; height: 154px; overflow: hidden; padding: 6px;
-}
-
-.topwords-list {
-    
-}
-
-.topwords-list li, .topic-words li {
+.topic-words li {
     display: inline-block; color: #fff; padding: 0 6px; margin-right: 3px;
     font-size: 14px; line-height: 26px;
 }
 
-.topwords-block li {
-    cursor: pointer;
-}
-
-.topwords-block li:hover, .topwords-block li.selected, .topic-words li.selected {
-    color: #000000; background: #FFFFFF;
-}
-
-.topwords-block li.selected:hover {
-    background: #999; color: #fff;
-}
-
 .start-bottom {
-    position: absolute; top: 256px; bottom: 0; overflow: hidden; width: 100%;
+    position: absolute; top: 82px; bottom: 0; overflow: hidden; width: 100%;
 }
 
 .start-dataviz {