Skip to content

Commit 542d117

Browse files
author
UNA A. KRAVETS
committed
minified css on test site, imported css from base site
1 parent c09d988 commit 542d117

3 files changed

Lines changed: 284 additions & 298 deletions

File tree

site/test/css/test-site.css

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,29 @@
1-
::selection {
2-
background: #9b1c9b;
3-
color: white;
4-
}
5-
6-
body {
7-
font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
8-
margin: 0 auto;
9-
padding: 0 2em;
1+
.test-page {
102
max-width: 650px;
113
line-height: 1.5;
124
font-size: 1.1em;
135
text-align: center;
146
}
157

16-
h1,
17-
h2 {
18-
color: #9b1c9b;
19-
8+
.test-page a {
9+
border-bottom: none;
2010
}
2111

22-
h3,
23-
em {
24-
color: #c63082;
25-
}
26-
27-
header {
28-
width: 100%
29-
}
30-
31-
header .logo {
12+
.test-page .logo {
3213
display: block;
3314
float: left;
3415
height: 100px;
3516
width: auto;
3617
}
3718

38-
header .blurb {
19+
.test-page .blurb {
3920
display: block;
4021
float: left;
4122

4223
}
4324

44-
section {
45-
display: block;
25+
.test-page section {
26+
display: block;
4627
margin-bottom: 10px;
4728
overflow: hidden;
4829
width: 100%;
@@ -71,7 +52,6 @@ section {
7152
width: 50%;
7253
}
7354

74-
7555
.test-images figure {
7656
margin: 10px;
7757
padding: 0;

0 commit comments

Comments
 (0)