public
Description: A ruby on rails blogging app for the fashionable developer - it's better than Mephisto or SimpleLog
Homepage: http://www.enkiblog.com/
Clone URL: git://github.com/xaviershay/enki.git
Put some bottom margin on admin tables so humanmsg doesn't block the 
paging links
xaviershay (author)
Fri Jul 18 16:24:57 -0700 2008
commit  f2a3a4da9f28e9e72a32b73e82b22ee2b341d4c0
tree    3a1635b72b78ed64e4157900832f26951bd42b5b
parent  4b660e416c8cf7e4acfc5d5b70b6b769fbe093be
...
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
...
223
224
225
 
226
227
228
...
26
27
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
30
31
...
203
204
205
206
207
208
209
0
@@ -26,26 +26,6 @@
0
   border-bottom: solid 3px #eeeeee;
0
 }
0
 
0
-#footer {
0
- position: absolute;
0
- width: 100%;
0
- bottom: 0px;
0
- left: 0px;
0
- background-color: #cccccc;
0
-}
0
-
0
-#footer a {
0
- color: #222222;
0
- text-decoration: none;
0
- font-weight: bold;
0
- font-size: 14px;
0
-}
0
-
0
-#footer p {
0
- float: right;
0
- margin-right: 10px;
0
-}
0
-
0
 body {
0
   padding-top: 30px;
0
   background-color: #dddddd;
0
@@ -223,6 +203,7 @@ table {
0
   font-size: 12px;
0
   color: #222222;
0
   background-color: #ececec;
0
+ margin-bottom: 20px;
0
 }
0
 
0
 table td {

Comments

    No one has commented yet.