Skip to content

Commit c76baea

Browse files
committed
Tidy up formatting of list
1 parent 3fa22ba commit c76baea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ email: harry@csswizardry.com
44
description: "High-level advice and guidelines for writing sane, manageable, scalable CSS"
55
baseurl: ""
66
url: "http://cssguidelin.es"
7-
version: 2.1.3
7+
version: 2.1.4
88

99
# Build settings
1010
markdown: kramdown

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ that they found. Ugly code sets a bad precedent.
165165

166166
At a very high-level, we want
167167

168-
* Four (4) space indents. No tabs;
168+
* four (4) space indents, no tabs;
169169
* 80 character wide columns;
170-
* Multi-line CSS;
171-
* Meaningful use of whitespace.
170+
* multi-line CSS;
171+
* meaningful use of whitespace.
172172

173173
<span class="highlight" id="did-you-see-this-bit">But, as with anything, the
174174
specifics are somewhat irrelevant—consistency is key.</span>

0 commit comments

Comments
 (0)