corrade-nucleus-nucleons – Blame information for rev 29

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /* Space out content a bit */
2 body {
29 office 3 margin: 0px;
4 padding: 0px;
5 background: #fbfaf9 url(/img/background.png);
6 background-repeat: repeat;
1 office 7 }
8  
29 office 9 .panel-heading {
10 background: #ddddff !important;
1 office 11 }
12  
29 office 13 .fake-btn {
14 background: rgba(0, 0, 0, 0);
1 office 15 }
16  
29 office 17 .dropdown-menu {
18 background: rgba(0, 0, 0, 0);
1 office 19 }
20  
29 office 21 .btn-fixed-top {
22 width:100%;
1 office 23 }
24