public
Description: A web service to support the distribution and installation of extensions for Radiant CMS.
Clone URL: git://github.com/radiant/radiant-extension-registry.git
Fix authors width.
seancribbs (author)
Tue Jul 22 08:09:17 -0700 2008
commit  4197cc14effc320abadf437726e7ba6b0ec57b26
tree    6941bc583dfba18ab9e0e4d90b0f3b24dc368c4d
parent  21cbde1d710c7873c217175ecbf69db1cc29656d
...
71
72
73
74
 
75
76
77
...
71
72
73
 
74
75
76
77
0
@@ -71,7 +71,7 @@ ul#navigation {
0
     text-decoration: none; }
0
   #content .author {
0
     float: left;
0
- width: 46%;
0
+ width: 45%;
0
     margin: 1%;
0
     border: 1px solid #ecc;
0
     padding: 1%; }
...
67
68
69
70
 
71
72
73
...
67
68
69
 
70
71
72
73
0
@@ -67,7 +67,7 @@ ul#navigation
0
     :text-decoration none
0
   .author
0
     :float left
0
- :width 46%
0
+ :width 45%
0
     :margin 1%
0
     :border 1px solid #ecc
0
     :padding 1%

Comments

    No one has commented yet.