]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Cleanup on the CSS for inline attachments; removed some unneeded changes since the...
authorBrion Vibber <brion@status.net>
Wed, 10 Nov 2010 00:28:33 +0000 (16:28 -0800)
committerBrion Vibber <brion@status.net>
Wed, 10 Nov 2010 00:28:33 +0000 (16:28 -0800)
theme/base/css/display.css

index 6615e13eb4715a88bb4fffd4a3dd8ff4a828568c..8c364febce5c15d8be944e788b8ff58e81fd89c1 100644 (file)
@@ -1150,8 +1150,7 @@ border-radius:4px;
 -webkit-border-radius:4px;
 }
 
-.notice div.entry-content,
-.notice dl.entry-content {
+.notice div.entry-content {
 clear:left;
 float:left;
 font-size:0.95em;
@@ -1326,40 +1325,20 @@ margin-left:4px;
 .notice .attachment.more {
 padding-left:0;
 }
-/*
-.notice .attachment img {
-position:absolute;
-top:18px;
-left:0;
-z-index:99;
-}
-#shownotice .notice .attachment img {
-position:static;
-}
-*/
-
-
-/* Small inline attachment list */
-#attachments ol li {
-    list-style-type: none;
-}
-#attachments dt {
-    display: none;
-}
 
-#shownotice #attachments {
+#attachments {
 clear:both;
 float:left;
 width:100%;
 margin-top:18px;
 }
-#shownotice #attachments dt {
+#attachments dt {
 font-weight:bold;
 font-size:1.3em;
 margin-bottom:4px;
 }
 
-#shownotice #attachments ol li {
+#attachments ol li {
 margin-bottom:18px;
 list-style-type:decimal;
 float:left;