Commit efac8f22 by Scott

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

parent a69e8264
......@@ -35,24 +35,13 @@ h1 {
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;
}
.entry-content ul, .qa-c-item-content ul {
margin: 20px 20px 20px 0;
}
.entry-content ul > li:before, .qa-c-item-content ul > li:before {
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-post-content ul,
.qa-post-content ol {
margin-left: 0;
margin-right: 20px;
}
.qa-favoriting {
......@@ -457,7 +446,3 @@ h1 {
direction: ltr;
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 {
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%;
border-collapse: collapse;
font-size: 14px;
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;
}
.qa-q-view-content th, .qa-a-item-content th, .qa-c-item-content th,
.qa-q-view-content td, .qa-a-item-content td, .qa-c-item-content td {
padding: 10px;
.qa-post-content th, .qa-post-content td {
padding: 6px 10px;
border: 1px solid #e0e0e0;
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;
font-weight: 700;
}
.qa-q-view-content td, .qa-a-item-content td, .qa-c-item-content td {
}
.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 {
.qa-post-content ul,
.qa-post-content ol {
margin-left: 20px;
padding: 0;
}
......@@ -1821,7 +1818,7 @@ input[type="submit"], button {
margin-top: 0;
}
.qa-form-tall-text,.qa-form-tall-email {
.qa-form-tall-text {
width: 100%;
}
......@@ -1909,7 +1906,7 @@ input[type="submit"], button {
.qa-form-wide-data {
padding-left: 5px;
}
.qa-form-wide-text,.qa-form-wide-email {
.qa-form-wide-text {
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