public
Description: my own written blog software
Homepage: http://blog.digitalcodes.org
Clone URL: git://github.com/anildigital/anil-blog.git
Search Repo:
New CSS written by me and used basic two column pattern from 
http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/
2-col/
anildigital (author)
Tue Apr 15 12:14:13 -0700 2008
commit  8e9a6ce47d539c9f76951c5ba6b63592749cbc34
tree    a0dbe45a36c6c1feea4c103277c67e4458b7b094
parent  31f3d5fd40356966126d754b5058d253f35f4896
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
0
@@ -1 +1,57 @@
0
+body {
0
+  font-family: arial;
0
+  margin-left: 10%;
0
+  margin-right: 10%;
0
+  padding:0px;
0
+  
0
+}
0
+
0
+#wrap {
0
+/*  margin: 0px auto;*/
0
+  margin:0px;
0
+  width:100%;
0
+}
0
+
0
+#header {
0
+  margin: 0px auto;
0
+  height: 70px;
0
+}
0
+
0
+#header a {
0
+  font-size: 30pt;
0
+}
0
+
0
+.sub {
0
+  margin-left: 5pt;
0
+}
0
+
0
+.post-entry{
0
+  margin-top: 10px;
0
+}
0
+
0
+.post_title{
0
+  font-size: 15pt;
0
+}
0
+
0
+#main {
0
+  float: left;
0
+  width: 70%;
0
+}
0
+
0
+#sidebar {
0
+  float: right;
0
+  width: 20%;
0
+}
0
+
0
+#footer {
0
+  text-align:center;
0
+  clear: both;
0
+  padding-top:50px;
0
+  height: 100px;
0
+}
0
+
0
+abbr {
0
+  font-size: 0.9em;
0
+  font-style: italic;
0
+}

Comments

    No one has commented yet.