Skip to content

Commit

Permalink
Moving things around in aboutScriptish.css
Browse files Browse the repository at this point in the history
  • Loading branch information
supahgreg committed Jun 9, 2011
1 parent e1d0aa2 commit d7b7894
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions extension/skin/aboutScriptish.css
Expand Up @@ -27,12 +27,11 @@ header.primary img {
}
header.primary h1 { display:inline; }
header.secondary h2 { border-bottom: 1px dotted #ccc; }
#test header { margin-bottom: 0; border: none; }

ul { margin-top: 5px; padding-left: 15px; }
li { margin-bottom: 0.2em; }

p { margin: 0; padding: 0; margin-bottom: 0.5em; }
li { margin-bottom: 0.2em; }

a { color: #00f; text-decoration: none; }
a:hover { color: #09f; }
Expand All @@ -48,12 +47,6 @@ article {
border: 1px solid ThreeDShadow;
border-radius: 15px;
}
#test {
padding: 0;
}
#test > section {
margin: 0;
}

table {
width: 100%;
Expand All @@ -75,15 +68,21 @@ td {
}
}

#test {
display: none;
}

.homepage {
color: black;
border-bottom: 1px dotted lightgray;
}

#test {
display: none;
padding: 0;
}
#test > section {
margin: 0;
}

#test header { margin-bottom: 0; border: none; }

#qunit-testresult {
max-width: 100% !important;
}
Expand Down

0 comments on commit d7b7894

Please sign in to comment.