annotate static/style.css @ 529:1156d3531327

new ascoltami2, using gstreamer Ignore-this: 77e59ba6ec17b86343c93c24ac38aa44
author drewp@bigasterisk.com
date Fri, 11 Jun 2010 07:14:18 +0000
parents
children e8f6722a3881
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
529
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
1 .songs button {
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
2 display: inline-block;
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
3 width: 300px;
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
4 height: 30px;
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
5 text-align: left;
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
6 }
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
7 .songs button:hover {
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
8 background: yellow;
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
9 }