/[suikacvs]/webroot/swe/styles/sw.css
Suika

Diff of /webroot/swe/styles/sw.css

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

revision 1.16 by wakaba, Sat Sep 19 07:43:52 2009 UTC revision 1.17 by wakaba, Wed Sep 23 11:04:34 2009 UTC
# Line 457  input[name=title] { Line 457  input[name=title] {
457    width: 98%;    width: 98%;
458  }  }
459    
460    /* Advertisements */
461    
462  .swe-ad {  .swe-ad {
463    display: block;    display: block;
464    margin-left: 2em;    margin-left: 2em;
465    margin-top: 1em;    margin-top: 1em;
466  }  }
467    
468    /* Links */
469    
470    .swe-links {
471      padding: 0;
472      text-indent: 0;
473    }
474    
475    .swe-links li {
476      display: inline;
477      list-style: none;
478      margin: 0 1em 0;
479      padding: 0;
480    }
481    
482    .swe-unrelated {
483      display: none;
484      margin: 0;
485      padding: 0;
486      font-size: 70%;
487      text-indent: 0;
488      color: inherit;
489      background-color: transparent;
490    }
491    
492    li:hover .swe-unrelated {
493      display: inline;
494    }

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24