Skip to content

Commit

Permalink
reduced size of comment form legend, increased spacing above it
Browse files Browse the repository at this point in the history
  • Loading branch information
eebrah committed Dec 11, 2013
1 parent 89b1753 commit 42d21b0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions styles/blog.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@

}

.mainColumn .comments {
padding: 1em 0;

}

.mainColumn .comment {
border: 1px dotted #999999;
padding: 0;
Expand Down Expand Up @@ -142,11 +147,6 @@

}

fieldset.info legend {
margin-bottom: 2em;

}

fieldset.info label {
font-size: 1em;
font-weight: bold;
Expand All @@ -158,6 +158,8 @@
float: left;
text-align: right;
width: 30%;

display: none;

}

Expand Down Expand Up @@ -255,16 +257,14 @@
color: white;
background-color: #122348;

font-size: 1.2em;
font-size: 1em;
font-weight: bold;

text-transform: uppercase;
padding: 0.5em 4%;
/*
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
*/
margin-bottom: 1.9em;

border-top-left-radius: 0.2em;
border-top-right-radius: 0.2em;

width: 92%;

Expand Down

0 comments on commit 42d21b0

Please sign in to comment.