merge everything back from mainline branch
[selectricity-live] / public / stylesheets / voter.css
1 a {
2     color: #005cd9;
3 }
4
5 #title-header .header {
6         background-color: #005cd9;
7 }
8
9 #title-header .subheader {
10         color: #005cd9;
11         background-color: #e5e5e5;
12 }
13
14 #sortable_list {
15   display: float;
16   float: left;
17 }
18
19 li.moveable {
20   background-color: #c0d9fb;
21   border:1px solid #005cd9;
22   cursor: move;
23   padding: 4px;
24   margin: 4px;
25 }
26

Benjamin Mako Hill || Want to submit a patch?