Skip to content

Commit

Permalink
strip trailing whitespace and modified ul bullet styles so that block…
Browse files Browse the repository at this point in the history
… and explicit height no longer supplied
  • Loading branch information
krisb committed Mar 14, 2010
1 parent 082134e commit f4eb637
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions public/css/showoff.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ body {
background: #fff;
width: 1020px;
height: 740px;
margin-left:auto;
margin-left:auto;
margin-right:auto;
overflow:hidden;
}
#footer {

#footer {
background: #eee;
padding: 2px;
width: 1010px;
height: 20px;
margin-left:auto;
margin-left:auto;
margin-right:auto;
}

Expand All @@ -26,8 +27,6 @@ body {
}

.bullets ul {
display: block;
height: 600px;
font-size: 3em;
}
.bullets ul li {
Expand All @@ -36,8 +35,6 @@ body {
}

.smbullets ul {
display: block;
height: 600px;
font-size: 2em;
}
.smbullets ul li {
Expand Down Expand Up @@ -177,7 +174,7 @@ a.fg-button { float:left; }
.code .vi { color: #008080 } /* Name.Variable.Instance */
.code .il { color: #009999 } /* Literal.Number.Integer.Long */

.results {
.results {
background-color:#002200;
color:#00AA00;
font-size:2em;
Expand Down

0 comments on commit f4eb637

Please sign in to comment.