Skip to content

Commit

Permalink
MDL-25939 Fixed whitespace issues in the splash theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Feb 7, 2011
1 parent 6290ddd commit e896935
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
5 changes: 4 additions & 1 deletion theme/splash/style/blue.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
19 changes: 5 additions & 14 deletions theme/splash/style/green.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@

/* Global
------------------------*/

body.splash-green { /* Define margins and background colour/image */
background: url([[pix:theme|bggreen]]) top left repeat-x #f4f4f4;
margin: 0 auto;
padding: 0;
width: 100%;
}


.splash-green a:link { /* Defining all link styles*/
color: #446e4c;
}
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -56,8 +52,6 @@ body.splash-green { /* Define margins and background colour/image
float: left;
}



.splash-green #colourswitcher p{
color:#446e4c;
}
Expand All @@ -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
Expand All @@ -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;
}
}

0 comments on commit e896935

Please sign in to comment.