various style changes for buttons and bars (still bootstrap though) vote functionality restored switched list and main frame positions and reversed floats (looks same as before!)
21 lines
204 B
CSS
21 lines
204 B
CSS
body {
|
|
padding-top: 60px;
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
/*.list {
|
|
border: 2px solid #ccc;
|
|
}*/
|
|
|
|
.pro{
|
|
background: #5eb95e;
|
|
}
|
|
|
|
.contra{
|
|
background: #ee5f5b;
|
|
}
|
|
|
|
.ent{
|
|
background: lightgrey;
|
|
}
|