remove some stuff for now

This commit is contained in:
Matt Lee 2010-12-07 10:49:19 -05:00
parent aa42c61211
commit 857c360e7e
1 changed files with 58 additions and 58 deletions

View File

@ -352,70 +352,70 @@ font-size:2.75em;
font-size:3.25em; font-size:3.25em;
} }
.entity_actions { /* .entity_actions { */
text-align: center; /* text-align: center; */
margin-left:2%; /* margin-left:2%; */
margin-bottom:18px; /* margin-bottom:18px; */
min-width:21%; /* min-width:21%; */
font-size: 18px; /* font-size: 18px; */
} /* } */
.entity_actions h2 { /* .entity_actions h2 { */
display:none; /* display:none; */
} /* } */
.entity_actions ul { /* .entity_actions ul { */
list-style-type:none; /* list-style-type:none; */
} /* } */
.entity_actions li { /* .entity_actions li { */
margin-bottom:7px; /* margin-bottom:7px; */
} /* } */
.entity_actions li:first-child { /* .entity_actions li:first-child { */
border-top:0; /* border-top:0; */
} /* } */
.entity_actions fieldset { /* .entity_actions fieldset { */
border:0; /* border:0; */
padding:0; /* padding:0; */
} /* } */
.entity_actions legend { /* .entity_actions legend { */
display:none; /* display:none; */
} /* } */
.entity_actions input.submit { /* .entity_actions input.submit { */
display:block; /* display:block; */
text-align:left; /* text-align:left; */
width:100%; /* width:100%; */
} /* } */
.entity_actions a { /* .entity_actions a { */
text-decoration:none; /* text-decoration:none; */
font-weight:bold; /* font-weight:bold; */
display:block; /* display:block; */
} /* } */
.entity_actions a, /* .entity_actions a, */
.entity_actions input { /* .entity_actions input { */
border-radius:4px; /* border-radius:4px; */
-moz-border-radius:4px; /* -moz-border-radius:4px; */
-webkit-border-radius:4px; /* -webkit-border-radius:4px; */
} /* } */
.entity_actions a, /* .entity_actions a, */
.entity_actions input, /* .entity_actions input, */
.entity_actions p { /* .entity_actions p { */
border-width:2px; /* border-width:2px; */
border-style:solid; /* border-style:solid; */
padding-left:23px; /* padding-left:23px; */
} /* } */
.entity_actions a, /* .entity_actions a, */
.entity_actions p { /* .entity_actions p { */
padding:2px 4px 1px 26px; /* padding:2px 4px 1px 26px; */
} /* } */
.entity_actions .accept { /* .entity_actions .accept { */
margin-bottom:18px; /* margin-bottom:18px; */
} /* } */
.entity_actions li { list-style: none !important; } /* .entity_actions li { list-style: none !important; } */
.entity_actions ul { margin: 0; padding: 0; } /* .entity_actions ul { margin: 0; padding: 0; } */
.entity_subscribe a { border: 0 !important; background-color: red; color: white !important; padding: 8px; } .entity_subscribe a { border: 0 !important; background-color: red; color: white !important; padding: 8px; }