- commit
- ab205b256b89de633dfb7a1caaa6b63b16d15eb1
- parent
- b81ddf2406b3ea04002d5f4688a049514403c342
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2016-12-30 12:21
bump version to 3.0.0
Diffstat
| M | CHANGES.md | 7 | +++++++ |
| M | bower.json | 2 | +- |
| M | examples/example.css | 38 | ++++++++++++++++++++------------------ |
| M | package.json | 2 | +- |
4 files changed, 29 insertions, 20 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,10 @@ -1 1 3.0.0 (2016-12-30) -1 2 ------------------ -1 3 -1 4 - move layout styles to separate module -1 5 - change default link color -1 6 -1 7 1 8 2.2.1 (2016-11-12) 2 9 ------------------ 3 10
diff --git a/bower.json b/bower.json
@@ -1,6 +1,6 @@ 1 1 { 2 2 "name": "mfbs",3 -1 "version": "2.2.1",-1 3 "version": "3.0.0", 4 4 "authors": [ 5 5 "Tobias Bengfort <tobias.bengfort@gmx.net>" 6 6 ],
diff --git a/examples/example.css b/examples/example.css
@@ -20,21 +20,16 @@ html {
20 20 font-family: sans-serif;
21 21 line-height: 1.4; }
22 22
23 -1 body {
24 -1 margin: 2em auto;
25 -1 max-width: 36em;
26 -1 padding: 0 0.5em; }
27 -1
28 23 h1, h2, h3, h4, h5, h6 {
29 24 line-height: 1.2;
30 25 margin-bottom: 0.8rem;
31 26 margin-top: 1.5em; }
32 27
33 28 a {
34 -1 color: #0275d8;
-1 29 color: #06f;
35 30 text-decoration: underline; }
36 31 a:hover, a:focus, a:active {
37 -1 color: #1b5486; }
-1 32 color: #1a4d99; }
38 33
39 34 a:not([href]) {
40 35 color: inherit;
@@ -43,7 +38,7 @@ a:not([href]) {
43 38 color: inherit; }
44 39
45 40 *::selection {
46 -1 background: #0275d8;
-1 41 background: #06f;
47 42 color: #fff; }
48 43
49 44 hr {
@@ -112,6 +107,11 @@ sub, sup {
112 107 h2, h3 {
113 108 page-break-after: avoid; } }
114 109
-1 110 body {
-1 111 margin: 2em auto;
-1 112 max-width: 36em;
-1 113 padding: 0 0.5em; }
-1 114
115 115 html {
116 116 font-size: 2.5vw; }
117 117 @media (min-width: 48em) {
@@ -164,8 +164,8 @@ button,
164 164 cursor: pointer;
165 165 line-height: 1.8;
166 166 text-align: center;
167 -1 border-color: #0275d8;
168 -1 background: #0275d8;
-1 167 border-color: #06f;
-1 168 background: #06f;
169 169 color: #fff; }
170 170 .button:hover, .button:focus,
171 171 button:hover,
@@ -174,26 +174,28 @@ button,
174 174 [type=button]:focus,
175 175 [type=submit]:hover,
176 176 [type=submit]:focus {
177 -1 border-color: #0f65af;
178 -1 background: #0f65af;
-1 177 border-color: #0d5acc;
-1 178 background: #0d5acc;
179 179 color: #fff; }
180 180 .button:active,
181 181 button:active,
182 182 [type=button]:active,
183 183 [type=submit]:active {
184 -1 border-color: #1b5486;
185 -1 background: #1b5486;
-1 184 border-color: #1a4d99;
-1 185 background: #1a4d99;
186 186 color: #fff; }
187 187 .button:disabled,
188 188 button:disabled,
189 189 [type=button]:disabled,
190 190 [type=submit]:disabled {
191 -1 border-color: #81baec;
192 -1 background: #81baec;
193 -1 color: #e6f1fb;
-1 191 border-color: #80b3ff;
-1 192 background: #80b3ff;
-1 193 color: #e6f0ff;
194 194 cursor: not-allowed; }
195 195
-1 196 html {
-1 197 font-weight: 300; }
-1 198
196 199 h1, h2, h3, h4, h5, h6 {
197 200 font-weight: normal;
198 201 font-family: serif; }
199 -1
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@ 1 1 { 2 2 "name": "mfbs",3 -1 "version": "2.2.1",-1 3 "version": "3.0.0", 4 4 "description": "mother fucking bootstrap - a minimal CSS framework", 5 5 "main": "index.js", 6 6 "dependencies": {},