Skip to content

Commit 3f8efb1

Browse files
author
Marylou Kunkle
committed
Fixed white space issue with site.sass
There was a mix of spaces and tabs, and it broke. So I retabbed it and now it works. Yay!
1 parent f01d4b5 commit 3f8efb1

1 file changed

Lines changed: 67 additions & 2 deletions

File tree

views/stylesheets/site.sass

Lines changed: 67 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
body
2+
13
div#content
2-
border-style: solid
3-
border: 1px
4+
border-style: solid
5+
border: 1px
6+
7+
#hello
8+
float: right
9+
position: absolute
10+
right: 0px
11+
z-index: -1
12+
13+
nav
14+
position: absolute
15+
right: 170px
16+
top: 10px
17+
18+
#pitch
19+
position: absolute
20+
max-width: 600px
21+
left: 20px
22+
top: 50px
23+
font-family: Arial, Verdana, sans
24+
background: #FFFFFF
25+
padding: 1em
26+
border: #000000 solid thick
27+
h1
28+
font-size: 1.5em
29+
h2
30+
padding: 1em 0em 0em 0em
31+
p
32+
33+
#posts
34+
position: relative
35+
max-width: 550px
36+
left: 20px
37+
top: 50px
38+
font-family: Arial, Verdana, sans
39+
background: #FFFFFF
40+
padding: 1em
41+
border: #000000 solid thick
42+
p
43+
padding: .25em
44+
margin: .25em
45+
font-size: 1.2em
46+
h1
47+
font-size: 2em
48+
h2
49+
padding: 1em 0em 0em 0em
50+
font-size: 1.5em
51+
52+
td
53+
padding: 0.5em 0em 0.5em 0.5em
54+
55+
ul li
56+
list-style-type: disc
57+
margin-left: 20px
58+
59+
ol li
60+
list-style-type: decimal
61+
margin-left: 20px
62+
63+
#posts blockquote
64+
padding: 10px
65+
margin-left: 20px
66+
margin-right: 20px
67+
border: 2px solid #000
68+

0 commit comments

Comments
 (0)