Subversion Repositories archerygear

Rev

Rev 8 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 10
Line 1... Line 1...
1
/* Add a gray background color and some padding to the footer */
1
/* Add a gray background color and some padding to the footer */
2
footer {
2
footer {
3
    background-color: #f2f2f2;
3
    background-color: #f2f2f2;
4
    padding: 25px;
4
    padding: 25px;
5
}
5
}
-
 
6
 
-
 
7
/* color contrast */
-
 
8
.bg-info{background-color: #128091 !important;}
-
 
9
.bg-success{background-color: #218739 !important;}
-
 
10
.nav-link{color: #fff; color: rgba(255,255,255,.8) !important;}
-
 
11
a:link{color:#006ADB !important}
-
 
12
h3 {color:#fff;}
6
 
13
 
7
/* iframe */
14
/* iframe */
8
iframe {
15
iframe {
9
    overflow: hidden;
16
    overflow: hidden;
10
    border-style: none;
17
    border-style: none;