/[meteor]/trunk/public_html/koha.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/public_html/koha.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 72 - (show annotations)
Sat Mar 28 14:21:21 2009 UTC (15 years ago) by dpavlin
File MIME type: text/css
File size: 139 byte(s)
load items in fixed boxes
1 .item {
2 display: block;
3 float: left;
4
5 width: 20em;
6 height: 30em;
7 overflow: hidden;
8
9 background: #ff8;
10 margin: 1em;
11 padding: 1em;
12 }

  ViewVC Help
Powered by ViewVC 1.1.26