Subversion Repositories archerygear

Rev

Rev 5 | Rev 8 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 6
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
/* Style the tab content (and add height:100% for full page content) */
-
 
8
.tabcontent { display: none; }
-
 
9
 
6
 
10
/* iframe */
7
/* iframe */
11
iframe {
8
iframe {
12
    overflow: hidden;
9
    overflow: hidden;
13
    border-style: none;
10
    border-style: none;