Commit efac8f22 by Scott

SnowFlat: use qa-post-content class for general HTML

parent a69e8264
...@@ -35,24 +35,13 @@ h1 { ...@@ -35,24 +35,13 @@ h1 {
float: left; float: left;
} }
.entry-content th, .entry-content td, .qa-c-item-content th, .qa-c-item-content td { .qa-post-content th, .qa-post-content td {
text-align: right; text-align: right;
} }
.entry-content ul, .qa-c-item-content ul { .qa-post-content ul,
margin: 20px 20px 20px 0; .qa-post-content ol {
} margin-left: 0;
.entry-content ul > li:before, .qa-c-item-content ul > li:before { margin-right: 20px;
left: auto;
right: -1.6em;
}
.entry-content ul > li > ul, .qa-c-item-content ul > li > ul {
margin: 0 20px 0 0;
}
.entry-content ol, .qa-c-item-content ol {
margin: 20px 20px 20px 0;
}
.entry-content ol > li > ol, .qa-c-item-content ol > li > ol {
margin: 0 20px 0 0;
} }
.qa-favoriting { .qa-favoriting {
...@@ -457,7 +446,3 @@ h1 { ...@@ -457,7 +446,3 @@ h1 {
direction: ltr; direction: ltr;
display: inline-block; display: inline-block;
} }
.qa-q-view-content ul, .qa-a-item-content ul, .qa-c-item-content ul, .qa-q-view-content ol, .qa-a-item-content ol, .qa-c-item-content ol {
margin-right: 20px;
margin-left:0;
}
...@@ -856,29 +856,26 @@ blockquote p { ...@@ -856,29 +856,26 @@ blockquote p {
word-wrap: break-word; word-wrap: break-word;
} }
.qa-q-view-content table, .qa-a-item-content table, .qa-c-item-content table { .qa-post-content table {
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;
font-size: 14px; font-size: 14px;
margin-bottom: 20px; margin-bottom: 20px;
} }
.qa-q-view-content tr:hover, .qa-a-item-content tr:hover, .qa-c-item-content tr:hover { .qa-post-content tr:hover {
background-color: #f4f4f4; background-color: #f4f4f4;
} }
.qa-q-view-content th, .qa-a-item-content th, .qa-c-item-content th, .qa-post-content th, .qa-post-content td {
.qa-q-view-content td, .qa-a-item-content td, .qa-c-item-content td { padding: 6px 10px;
padding: 10px;
border: 1px solid #e0e0e0; border: 1px solid #e0e0e0;
text-align: left; text-align: left;
} }
.qa-q-view-content th, .qa-a-item-content th, .qa-c-item-content th { .qa-post-content th {
background-color: #eaeaea; background-color: #eaeaea;
font-weight: 700; font-weight: 700;
} }
.qa-q-view-content td, .qa-a-item-content td, .qa-c-item-content td { .qa-post-content ul,
} .qa-post-content ol {
.qa-q-view-content ul, .qa-a-item-content ul, .qa-c-item-content ul,
.qa-q-view-content ol, .qa-a-item-content ol, .qa-c-item-content ol {
margin-left: 20px; margin-left: 20px;
padding: 0; padding: 0;
} }
...@@ -1821,7 +1818,7 @@ input[type="submit"], button { ...@@ -1821,7 +1818,7 @@ input[type="submit"], button {
margin-top: 0; margin-top: 0;
} }
.qa-form-tall-text,.qa-form-tall-email { .qa-form-tall-text {
width: 100%; width: 100%;
} }
...@@ -1909,7 +1906,7 @@ input[type="submit"], button { ...@@ -1909,7 +1906,7 @@ input[type="submit"], button {
.qa-form-wide-data { .qa-form-wide-data {
padding-left: 5px; padding-left: 5px;
} }
.qa-form-wide-text,.qa-form-wide-email { .qa-form-wide-text {
width: 100%; width: 100%;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment