~canonical-sysadmins/wordpress/wp-theme-xubuntu-website

« back to all changes in this revision

Viewing changes to xubuntu-fifteen/style-editor.css

[sajoupa,r=barryprice] Merge r119 of lp:xubuntu-website as per uRT#29426

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
body {
2
2
        font-size: small;
3
 
        font-family: "Open Sans", sans-serif !important;
 
3
        font-family: 'Open Sans', sans-serif !important;
4
4
        line-height: 1.5em;
5
5
 
6
6
        background-color: #fafafa;
7
7
        color: #3c3c3c;
8
8
}
9
9
 
10
 
.group:after {
11
 
        content: ".";
12
 
        display: block;
13
 
        height: 0;
14
 
        clear: both;
15
 
        visibility: hidden;
16
 
}
17
 
 
18
10
/*  Elements
19
11
 *
20
12
 */
92
84
        overflow: visible !important;
93
85
}
94
86
 
95
 
div.boxed {
96
 
        /* Use less padding for editor */
97
 
        padding: 15px !important;
98
 
}
99
 
 
100
87
 
101
88
/*  Responsive styles
102
89
 *