Skip to content

Commit 043606f

Browse files
committed
styling for medium width devices
1 parent 99b4359 commit 043606f

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
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>2012-01-07T13:44:17+11:00</updated>
6+
<updated>2012-01-07T14:34:39+11:00</updated>
77
<id>http://www.Code52.org/</id>
88
<author>
99
<name>Code52 Team</name>

_site/css/style.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,12 @@ img
9696
body { width:auto; margin:10px; color: blue; }
9797
#content { width : 100%; }
9898
#side { float:none; width:100%; margin-left:0px; }
99-
#side .section { margin-top:0; }
100-
#side ul { font-size:1em; padding:0px; margin:0px; margin-top:20px;}
101-
#side li { display:inline; }
102-
#homelink img { max-width:40%; }
99+
#side .section { margin-top:0; float: right; }
100+
#side ul { font-size:1em; padding:0px; margin:0px; margin-top:20px; margin-right: 20px;}
101+
#side li { }
102+
#homelink { float:left; }
103+
#homelink img { margin-left: auto; margin-right:auto; }
104+
#content { float: left; }
103105
}
104106

105107
@media screen and (max-width:480px)
@@ -110,5 +112,5 @@ img
110112
#side .section { margin-top:0; }
111113
#side ul { font-size:1em; padding:0px; margin:0px; margin-top:20px;}
112114
#side li { display:inline; }
113-
#homelink img { max-width:40%; }
115+
#homelink img { max-width:40%; margin-left: auto; margin-right: auto; }
114116
}

_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>Sat, 07 Jan 2012 13:44:17 +1100</pubDate>
10-
<lastBuildDate>Sat, 07 Jan 2012 13:44:17 +1100</lastBuildDate>
9+
<pubDate>Sat, 07 Jan 2012 14:34:39 +1100</pubDate>
10+
<lastBuildDate>Sat, 07 Jan 2012 14:34:39 +1100</lastBuildDate>
1111

1212

1313
<item>

css/style.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,12 @@ img
9696
body { width:auto; margin:10px; color: blue; }
9797
#content { width : 100%; }
9898
#side { float:none; width:100%; margin-left:0px; }
99-
#side .section { margin-top:0; }
100-
#side ul { font-size:1em; padding:0px; margin:0px; margin-top:20px;}
101-
#side li { display:inline; }
102-
#homelink img { max-width:40%; }
99+
#side .section { margin-top:0; float: right; }
100+
#side ul { font-size:1em; padding:0px; margin:0px; margin-top:20px; margin-right: 20px;}
101+
#side li { }
102+
#homelink { float:left; }
103+
#homelink img { margin-left: auto; margin-right:auto; }
104+
#content { float: left; }
103105
}
104106

105107
@media screen and (max-width:480px)
@@ -110,5 +112,5 @@ img
110112
#side .section { margin-top:0; }
111113
#side ul { font-size:1em; padding:0px; margin:0px; margin-top:20px;}
112114
#side li { display:inline; }
113-
#homelink img { max-width:40%; }
115+
#homelink img { max-width:40%; margin-left: auto; margin-right: auto; }
114116
}

0 commit comments

Comments
 (0)