/[jquery]/tag_complete/style.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 /tag_complete/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 51 - (show annotations)
Sat Aug 19 10:50:49 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/css
File size: 307 byte(s)
added hilight for entered tags
1 body {
2 font-family: verdana, arial, helvetica, sans-serif ;
3 }
4
5 .r {
6 text-align: right;
7 }
8
9 #suggest span {
10 font-size: 80%;
11 padding: 2px;
12 }
13
14 .tag, .tag a, #suggest a {
15 text-decoration: none;
16 padding: 2px;
17 font-size: 80%;
18 }
19
20 .selected {
21 background-color: #ff8;
22 }
23
24 .entered {
25 background-color: #8f8;
26 }

  ViewVC Help
Powered by ViewVC 1.1.26