/[Grep]/share/web/static/css/app.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 /share/web/static/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17 - (show annotations)
Sun Feb 18 10:45:47 2007 UTC (17 years, 2 months ago) by dpavlin
File MIME type: text/css
File size: 312 byte(s)
bigger input form
1 /* search form */
2
3 input.argument-q {
4 width: 40em;
5 }
6
7 /* add new feed */
8 input.argument-uri, input.argument-title {
9 width: 40em;
10 }
11
12 /* results */
13
14 div.result {
15 display: block;
16 clear: both;
17 border-top: 1px dashed gray;
18 padding-top: 0.5em;
19 }
20
21 a.skip-next {
22 float: right;
23 }
24
25 a.bookmarklet {
26 float: right;
27 }

  ViewVC Help
Powered by ViewVC 1.1.26