OSDN Git Service

バナー表示を調節
[trpgtools-onweb/cake-frame.git] / app / plugins / links / webroot / css / link.css
index ec9a9ee..b7e9fdc 100644 (file)
@@ -23,6 +23,9 @@
        height: auto;
 }
 
+.innerBox .boxHeader h3 {
+}
+
 span.linkSort {
        font-size: 10px;
 }
@@ -39,14 +42,27 @@ span.linkMark {
        font-family: sans-serif;
 }
 
-.linkBanner {
+a.linkBanner,
+a:visited.linkBanner,
+a:hover.linkBanner {
+       background: url("") no-repeat scroll 50% 50% transparent;
+       display: block;
+       width: 88px;
+       height: 31px;
+       position: static;
        float: left;
+       text-decoration: none;
+       margin-right: 5px;
+}
+a.linkBanner span {
+       display: none;
 }
 
 .linkUrl {
        color: #999999;
        font-size: 11px;
        line-height: 1em;
+       clear: both;
 }
 
 .linkThumnail {