reformat css
This commit is contained in:
@@ -1,60 +1,58 @@
|
||||
pre{
|
||||
white-space:pre-wrap;
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
#content div.editor div p a img {
|
||||
float:right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#content div.editor td{
|
||||
width:800px;
|
||||
padding-left:0;
|
||||
#content div.editor td {
|
||||
width: 800px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#content div.editor td.label{
|
||||
width:11em;
|
||||
#content div.editor td.label {
|
||||
width: 11em;
|
||||
}
|
||||
|
||||
#content .editor img{
|
||||
padding:0;
|
||||
margin:0;
|
||||
border:none;
|
||||
width:24px;
|
||||
height:24px;
|
||||
#content .editor img {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: none;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
#content .edit_event input,
|
||||
#content .edit_event select,
|
||||
#content .edit_event textarea{
|
||||
padding:0.5em;
|
||||
#content .edit_event input,
|
||||
#content .edit_event select,
|
||||
#content .edit_event textarea {
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
#content .excerpt{
|
||||
width:100%;
|
||||
max-width:40rem;
|
||||
height:3em;
|
||||
#content .excerpt {
|
||||
width: 100%;
|
||||
max-width: 40rem;
|
||||
height: 3em;
|
||||
}
|
||||
|
||||
#content textarea{
|
||||
width:100%;
|
||||
max-width:40rem;
|
||||
#content textarea {
|
||||
width: 100%;
|
||||
max-width: 40rem;
|
||||
}
|
||||
|
||||
#content .edit_event input.url{
|
||||
width:100%;
|
||||
max-width:40rem;
|
||||
#content .edit_event input.url {
|
||||
width: 100%;
|
||||
max-width: 40rem;
|
||||
}
|
||||
|
||||
.date{
|
||||
width:10em;
|
||||
.date {
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
.time{
|
||||
width:6em;
|
||||
.time {
|
||||
width: 6em;
|
||||
}
|
||||
|
||||
.episode{
|
||||
width:3em;
|
||||
.episode {
|
||||
width: 3em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user