aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/views/default/blog/css.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-13 11:36:27 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-13 11:36:27 +0000
commit1de4e318c1702293483e38285271398dc2cc4576 (patch)
tree00a849a93d16a9b61385adbd371892a1cf1f1cd0 /mod/blog/views/default/blog/css.php
parent10d2d5f1aec057ab5023890d407b59e2366c4398 (diff)
downloadelgg-1de4e318c1702293483e38285271398dc2cc4576.tar.gz
elgg-1de4e318c1702293483e38285271398dc2cc4576.tar.bz2
This shouldn't be here!
git-svn-id: https://code.elgg.org/elgg/trunk@1888 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/blog/views/default/blog/css.php')
-rw-r--r--mod/blog/views/default/blog/css.php96
1 files changed, 0 insertions, 96 deletions
diff --git a/mod/blog/views/default/blog/css.php b/mod/blog/views/default/blog/css.php
deleted file mode 100644
index 77a59baae..000000000
--- a/mod/blog/views/default/blog/css.php
+++ /dev/null
@@ -1,96 +0,0 @@
-<?php
-
- /**
- * Elgg blog CSS extender
- *
- * @package ElggBlog
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008
- * @link http://elgg.com/
- */
-
-?>
-
-
-.blog_post {
- margin-bottom: 15px;
- border-bottom: 1px solid #aaaaaa;
-}
-
-.blog_post_icon {
- position: relative;
- float:left;
- margin:3px 0 0 0;
- padding:0;
-}
-
-
-.blog_post h3 {
- font-size: 150%;
- margin-bottom: 5px;
-}
-
-.blog_post h3 a {
- text-decoration: none;
-}
-
-.blog_post p {
- margin: 0 0 5px 0;
-}
-
-.blog_post .strapline {
- margin: 0 0 0 35px;
- padding:0;
- color: #aaa;
- line-height:1em;
-}
-.blog_post p.tags {
- background:transparent url(<?php echo $vars['url']; ?>_graphics/icon_tag.gif) no-repeat scroll left 2px;
- margin:0 0 0 35px;
- padding:0pt 0pt 0pt 16px;
- min-height:22px;
-}
-.blog_post .options {
- margin:0;
- padding:0;
-}
-
-.blog_post_body img[align="left"] {
- margin: 10px 10px 10px 0;
- float:left;
-}
-.blog_post_body img[align="right"] {
- margin: 10px 0 10px 10px;
- float:right;
-}
-
-.blog-comments h3 {
- font-size: 150%;
- margin-bottom: 10px;
-}
-.blog-comment {
- margin-top: 10px;
- margin-bottom:20px;
- border-bottom: 1px solid #aaaaaa;
-}
-.blog-comment img {
- float:left;
- margin: 0 10px 0 0;
-}
-.blog-comment-menu {
- margin:0;
-}
-.blog-comment-byline {
- background: #dddddd;
- height:22px;
- padding-top:3px;
- margin:0;
-}
-.blog-comment-text {
- margin:5px 0 5px 0;
-}
-
-
-
-