MDL-25939 Fixed whitespace issues in the splash theme
authorSam Hemelryk <sam@moodle.com>
Mon, 7 Feb 2011 05:40:43 +0000 (13:40 +0800)
committerSam Hemelryk <sam@moodle.com>
Mon, 7 Feb 2011 05:40:43 +0000 (13:40 +0800)
theme/splash/style/blue.css
theme/splash/style/green.css

index 668f218..d0a9077 100644 (file)
@@ -107,7 +107,10 @@ body.splash-blue {                /* Define margins and background colour/image
 /* Forum
 ------------------------*/
 
-.splash-blue .forumpost .topic .subject, .path-blog.splash-blue .forumpost .subject a, .path-blog.splash-blue .forumpost .subject a:link,  .path-blog.splash-blue .forumpost .subject a:visited {    /* forum subject section inside topic header */
+.splash-blue .forumpost .topic .subject,
+.path-blog.splash-blue .forumpost .subject a,
+.path-blog.splash-blue .forumpost .subject a:link,
+.path-blog.splash-blue .forumpost .subject a:visited {    /* forum subject section inside topic header */
     font-weight: bold;
     font-size: 1.1em;
     padding-left: 5px;
index faf94e3..47d410e 100644 (file)
@@ -9,7 +9,6 @@
 
 /* Global 
 ------------------------*/
-
 body.splash-green {                /* Define margins and background colour/image */
     background: url([[pix:theme|bggreen]]) top left repeat-x #f4f4f4;
     margin: 0 auto;
@@ -17,7 +16,6 @@ body.splash-green {                /* Define margins and background colour/image
     width: 100%;
 }
 
-
 .splash-green a:link {        /* Defining all link styles*/
     color: #446e4c;
 }
@@ -36,7 +34,6 @@ body.splash-green {                /* Define margins and background colour/image
 
 /* Header 
 -----------------------*/
-
 .splash-green #page-header {            /* Set height for header */
     float: none;
     padding: 0;
@@ -46,7 +43,6 @@ body.splash-green {                /* Define margins and background colour/image
     background: url([[pix:theme|pageheaderbggreen]]) top center no-repeat;
 }
 
-
 .splash-green #logobox{  /* holder background for logo*/
     height: 185px;
     width: 252px;
@@ -56,8 +52,6 @@ body.splash-green {                /* Define margins and background colour/image
     float: left;
 }
 
-
-
 .splash-green #colourswitcher p{
     color:#446e4c;
 }
@@ -83,12 +77,9 @@ body.splash-green {                /* Define margins and background colour/image
 
 }
 
-
 .splash-green .coursebox{
     padding-left:5px;
     border-bottom: 1px dashed #dae0dc;
-
-
 }
 
 /* Sideblocks
@@ -100,21 +91,21 @@ body.splash-green {                /* Define margins and background colour/image
     color: #fff;
 }
 
-
-
 /* Mini Calendar
 ------------------------*/
 .splash-green .block .minicalendar td.weekend {    /* setting weekend date colour */
     color:#446e4c;
 }
 
-
 /* Forum
 ------------------------*/
-.splash-green .forumpost .topic .subject,  .path-blog.splash-green .forumpost .subject a:link, .path-blog.splash-green .forumpost .subject a:visited, .path-blog.splash-green .forumpost .subject a {    /* forum subject section inside topic header */
+.splash-green .forumpost .topic .subject,
+.path-blog.splash-green .forumpost .subject a,
+.path-blog.splash-green .forumpost .subject a:link,
+.path-blog.splash-green .forumpost .subject a:visited {    /* forum subject section inside topic header */
     font-weight: bold;
     font-size: 1.1em;
     padding-left: 5px;
     background:  #446e4c;
     color: #fff;
-}
+}
\ No newline at end of file