Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/*-----------------------------------------------------------------------------
2
 
3
KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
4
 
5
Screen Stylesheet
6
 
7
version:        1.0
8
date:           07/27/11
9
author:         themepunch
10
email:          support@themepunch.com
11
website:        http://www.themepunch.com
12
-----------------------------------------------------------------------------*/
13
 
14
.boxedcontainer         {       max-width: 1170px; margin:auto; padding:0px 30px;}
15
 
16
/*********************************************
17
        -       SETTINGS FOR BANNER CONTAINERS  -
18
**********************************************/
19
 
20
.tp-banner-container{
21
        width:100%;
22
        position:relative;
23
        padding:0;
24
 
25
}
26
 
27
.tp-banner{
28
        width:100%;
29
        position:relative;
30
}
31
 
32
.tp-banner-fullscreen-container {
33
                width:100%;
34
                position:relative;
35
                padding:0;
36
}
37