Skip to content

Commit 97776c4

Browse files
committed
styling
1 parent 699667b commit 97776c4

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

_site/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>Code52</title>
44
<link href="http://www.Code52.org/"/>
55
<link type="application/atom+xml" rel="self" href="http://www.Code52.org/atom.xml"/>
6-
<updated>2011-12-16T21:12:09+11:00</updated>
6+
<updated>2011-12-16T21:31:29+11:00</updated>
77
<id>http://www.Code52.org/</id>
88
<author>
99
<name>Code52 Team</name>

_site/css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ a, a:visited { text-decoration: none; color:#13678b;}
44
a:hover { color:white; background: #13678b}
55
ul { margin:0; padding:0;}
66
li { margin:0; padding:0; list-style-type:none;}
7+
8+
.entry ul, .idea ul { margin-left:10px; }
9+
.entry li, .idea li{ margin-left:10px; list-style-type:circle;}
710
#homelink:hover { background:none; }
811
#side { float:right;color: #41b1e1; }
912
#side ul { margin-top:50px; font-size:2em; padding:0;}

_site/rakefile.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#Derived from https://github.com/avdgaag/arjanvandergaag.nl/blob/28539bc736a05b28f2aa4ef81e4f61f3f91375a0/Rakefile
22
task :default => :dev
33

4-
MY_URL = "http://www.brendanforster.com"
5-
MY_NAME = "Brendan Forster"
4+
MY_URL = "http://www.code52.org"
5+
MY_NAME = "Andrew Tobin, Brendan Forster, Paul Jenkins"
66

77
desc 'Ping pingomatic'
88
task :ping do

_site/rss.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<atom:link href="http://www.Code52.org/rss.xml" rel="self" type="application/rss+xml" />
77
<description></description>
88
<language>en-au</language>
9-
<pubDate>Fri, 16 Dec 2011 21:12:09 +1100</pubDate>
10-
<lastBuildDate>Fri, 16 Dec 2011 21:12:09 +1100</lastBuildDate>
9+
<pubDate>Fri, 16 Dec 2011 21:31:29 +1100</pubDate>
10+
<lastBuildDate>Fri, 16 Dec 2011 21:31:29 +1100</lastBuildDate>
1111

1212

1313
<item>

css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ a, a:visited { text-decoration: none; color:#13678b;}
44
a:hover { color:white; background: #13678b}
55
ul { margin:0; padding:0;}
66
li { margin:0; padding:0; list-style-type:none;}
7+
8+
.entry ul, .idea ul { margin-left:10px; }
9+
.entry li, .idea li{ margin-left:10px; list-style-type:circle;}
710
#homelink:hover { background:none; }
811
#side { float:right;color: #41b1e1; }
912
#side ul { margin-top:50px; font-size:2em; padding:0;}

0 commit comments

Comments
 (0)