/[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

Diff of /tag_complete/style.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 45 by dpavlin, Fri Aug 18 21:58:54 2006 UTC revision 51 by dpavlin, Sat Aug 19 10:50:49 2006 UTC
# Line 6  body { Line 6  body {
6          text-align: right;          text-align: right;
7  }  }
8    
9  .selected {  #suggest span {
10          background-color: #ff8;          font-size: 80%;
11            padding: 2px;
12  }  }
13    
14  .tag, .tag a {  .tag, .tag a, #suggest a {
15          text-decoration: none;          text-decoration: none;
16          padding: 2px;          padding: 2px;
17          font-size: 80%;          font-size: 80%;
18  }  }
19    
20  #suggest span {  .selected {
21          font-size: 80%;          background-color: #ff8;
         padding: 2px;  
22  }  }
23    
24  #suggest ul {  .entered {
25          margin: 0;          background-color: #8f8;
         padding: 0;  
26  }  }
   
 #suggest li {  
         margin: 0;  
         display: inline;  
         font-size: 80%;  
         padding: 2px;  
 }  
   

Legend:
Removed from v.45  
changed lines
  Added in v.51

  ViewVC Help
Powered by ViewVC 1.1.26