/[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 19 - (show annotations)
Sun Feb 18 12:51:26 2007 UTC (17 years, 2 months ago) by dpavlin
File MIME type: text/css
File size: 387 byte(s)
added cookie and search_uri to feed model
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 textarea.argument-cookie {
13 font-size: 80%;
14 width: 55em;
15 color: gray;
16 }
17
18 /* results */
19
20 div.result {
21 display: block;
22 clear: both;
23 border-top: 1px dashed gray;
24 padding-top: 0.5em;
25 }
26
27 a.skip-next {
28 float: right;
29 }
30
31 a.bookmarklet {
32 float: right;
33 }

  ViewVC Help
Powered by ViewVC 1.1.26