/* Rules for the notes interface */
+.note {
+ padding-top: 10px;
+}
+
.note {
h2 {
margin-bottom: 10px;
}
.permalink {
- margin: -10px 0 10px -12px;
+ position: absolute;
+ top: 5px;
+ left: 5px;
+ min-width: 15px;
+ min-height: 15px;
+ background: image-url("sprite.png") 0 -45px no-repeat;
+ }
+
+ .permalink span {
+ display: none;
+ padding-left: 20px;
+ }
+
+ .permalink:hover span {
+ display: block;
}
.warning {