summaryrefslogtreecommitdiff
path: root/forum/forum.css
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2013-04-30 14:02:35 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2013-04-30 14:02:35 -0400
commit3f4e4e506afe8f30e5114327863eddb2cc512fc3 (patch)
treec6c7190f9c1cc46f320e60350fda3886850a96bc /forum/forum.css
parentb2dc3a9199369af04cf3ee9db0d1ebb5576a594b (diff)
Forum: Rename "question" to "entry"
Diffstat (limited to 'forum/forum.css')
-rw-r--r--forum/forum.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/forum/forum.css b/forum/forum.css
index 56b0763..4f7b7f2 100644
--- a/forum/forum.css
+++ b/forum/forum.css
@@ -16,28 +16,31 @@
* You should have received a copy of the GNU Affero General Public License
* along with 6.947. If not, see <http://www.gnu.org/licenses/>. */
-.Forum_questionList {
+.Forum_entryList {
list-style-type: none;
margin-top: 0;
padding-left: 0;
}
-.Forum_questionList li {
+.Forum_entryList li {
margin-bottom: 1em;
}
-.Forum_questionMetadata {
- padding-left: 2em;
+.Forum_entryMetadata {
font-style: italic;
color: hsl(0, 0%, 65%);
}
-.Forum_questionEntryTitle, .Forum_questionEntryBody {
+li .Forum_entryMetadata {
+ padding-left: 2em;
+}
+
+.Forum_entryTitle, .Forum_entryBody {
font-family: sans-serif;
font-size: 0.8em;
width: 40em;
}
-.Forum_questionEntryBody {
+.Forum_entryBody {
height: 15em;
}