]> git.mjollnir.org Git - s9y.git/commitdiff
freetag styles
authorPenny Leach <mjollnir@titania.local>
Mon, 10 Jul 2006 06:55:56 +0000 (18:55 +1200)
committerPenny Leach <penny@catalyst.net.nz>
Tue, 8 Apr 2008 00:05:27 +0000 (12:05 +1200)
templates/sgn2.0/style.css

index 2732e10ad3e015f5d66ac980f59fce81dcf9a40a..6657ab45381b3e2f32ca95fa6c3e375854aac53f 100644 (file)
@@ -168,44 +168,40 @@ h3, h4 {
 }
 
 /* freetag cloud */
-.serendipity_freeTag
-{
-    margin-left: auto;
-    margin-right: 0px;
-    text-align: right;
-    font-size: 7pt;
-    display: block;
-    margin-top: 5px;
-    margin-bottom: 0px;
-}
-
-.serendipity_freeTag_related
-{
-    margin-left: 50px;
-    margin-right: 0px;
-    text-align: left;
-    font-size: small;
-    display: block;
-    margin-top: 20px;
-    margin-bottom: 0px;
-}
-
-.serendipity_freetag_taglist
-{
-    margin: 10px;
-    border: 1px solid #666666;
-    padding: 5px;
-    text-align: justify;
-}
-
-.serendipity_freeTag a
-{
-    font-size: 7pt;
-    text-decoration: none;
-}
-
-.serendipity_freeTag a:hover
-{
-    color: black;
-    text-decoration: underline;
-}
\ No newline at end of file
+.serendipity_freeTag {
+ margin-left: auto;
+ margin-right: 0px;
+ text-align: right;
+ font-size: 7pt;
+ display: block;
+ margin-top: 5px;
+ margin-bottom: 0px;
+}
+
+.serendipity_freeTag_related {
+  margin-left: 50px;
+  margin-right: 0px;
+  text-align: left;
+  font-size: small;
+  display: block;
+  margin-top: 20px;
+  margin-bottom: 0px;
+}
+
+.serendipity_freetag_taglist {
+  margin: 10px;
+  border: 1px solid #666666;
+  padding: 5px;
+  text-align: justify;
+}
+
+.serendipity_freeTag a {
+  font-size: 7pt;
+  text-decoration: none;
+}
+
+.serendipity_freeTag a:hover {
+  color: black;
+  text-decoration: underline;
+}
+