</p>
<p>
- <label>url <a href="<?php echo $clump['url']; ?>" class="ui">visit→</a></label>
+ <label>url <a href="<?php echo $clump['url']; ?>" class="ui">go</a></label>
<input type="text" name="url" value="<?php echo $clump['url']; ?>">
</p>
.ui {
- color:#555 !important;
- background:#e4e4e4;
- display:inline-block;
+ font-size:12px;
+ font-weight:normal;
+ color:#55d !important;
font-style:normal;
- font-size:11px;
- line-height:1.3em;
- padding:0.1em 0.5em 0.03em 0.5em;
+ text-decoration:underline;
}
.ui:hover {
- color:#333;
- background:#f4f4f4;
+ text-decoration:none;
}
.ui.delete {
}
content:"";
}
+
+
+
.tag-help {
font-weight:normal;
font-size:12px;
#tags li {
font-size:14px;
-}
\ No newline at end of file
+}