Skip to content

Commit

Permalink
Commited more styling aroun the dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin McDonagh committed Sep 5, 2010
1 parent 339a6fd commit 4a4c6bc
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions code/css/mashbox1.css
Original file line number Diff line number Diff line change
Expand Up @@ -409,13 +409,34 @@ ol{
float:left;
}
ol.txt_mash li{
clear:both;
clear:both;
}
.artist1 {}
.artist2 {}
.plus {}
.equals {}
.result {}

.details{
display:block;
margin:0 0 0 108px;
}

.details h3 {
font-size:2em;
}

.details p {
font-size:1.7em;
}

.plus {
text-align:center;
font-size:3em;
font-style:bold;
}

.equals {
text-align:center;
font-size:3em;
font-style:bold;
}

.loading {}


Expand Down

0 comments on commit 4a4c6bc

Please sign in to comment.