Ignore:
Timestamp:
2009/07/28 18:33:11 (17 years ago)
Author:
Seasoft
Message:

#531(リンクエリアが広がっている)を改修

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/user_data/packages/default/css/main.css

    r18205 r18240  
    4141/* リンク指定 
    4242----------------------------------------------- */ 
    43 a { text-decoration: underline; } 
    44 a:link { color: #3a75af; } 
    45 a:visited { color: #3a75af; } 
    46 a:hover { color: #ff6600; } 
     43a:link { 
     44    color: #3a75af; 
     45    text-decoration: underline; 
     46} 
     47a:visited { 
     48    color: #3a75af; 
     49} 
     50a:hover { 
     51    color: #ff6600; 
     52} 
    4753/* フォント 
    4854----------------------------------------------- */ 
     
    315321} 
    316322 
    317 a.onlink {  text-decoration: underline; } 
    318 a.onlink:link { color: #ff0000; } 
    319 a.onlink:visited { color: #ff0000; } 
    320 a.onlink:hover { color: #ff0000; } 
     323a.onlink:link { 
     324    color: #ff0000; 
     325    text-decoration: underline; 
     326} 
     327a.onlink:visited { 
     328    color: #ff0000; 
     329} 
     330a.onlink:hover { 
     331    color: #ff0000; 
     332} 
    321333 
    322334 
Note: See TracChangeset for help on using the changeset viewer.