Author: johnnyoffline
Date: 2010-01-18 21:03:56 +0100 (Mon, 18 Jan 2010)
New Revision: 26839
Modified:
plugins/pkToolkitPlugin/trunk/web/css/pkToolkit.css
Log:
added space for default blog styles - for some reason i cannot find any blog
styles anywhere so this seemed like a good place to store them for now
Modified: plugins/pkToolkitPlugin/trunk/web/css/pkToolkit.css
===================================================================
--- plugins/pkToolkitPlugin/trunk/web/css/pkToolkit.css 2010-01-18 20:03:25 UTC
(rev 26838)
+++ plugins/pkToolkitPlugin/trunk/web/css/pkToolkit.css 2010-01-18 20:03:56 UTC
(rev 26839)
@@ -1313,4 +1313,32 @@
overflow: hidden;
width: 19px;
margin-left: 5px;
+}
+
+/* pkBlogPlugin Styles - For some reason I couldn't find any styles anywhere
so I am starting some here */
+
+#pk-blog-main
+{
+ float: left;
+ width: 100%;
+ display: inline;
+ position: relative;
+}
+
+#pk-blog-main .pk-blog-post-title,
+#pk-blog-main .pk-blog-post-meta,
+#pk-blog-main .pk-blog-post-tags,
+#pk-blog-main .pk-blog-post-body
+{
+ float: left;
+ width: 100%;
+ clear: both;
+ display: inline;
+ position: relative;
+ margin-bottom: 10px;
+}
+
+#pk-blog-main .pk-blog-post-body p
+{
+ margin-bottom: 10px;
}
\ No newline at end of file
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.