Added comments to Askbot stylesheets
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// Styles for individual answers
|
||||
|
||||
div.answer-controls {
|
||||
@include box-sizing(border-box);
|
||||
display: inline-block;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// original styles
|
||||
// original Askbot styles
|
||||
|
||||
// body {
|
||||
// background: #fff;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Style for the user badge list (can be accessed by clicking "View all MIT badges" in the badge section of the Askbot user profile
|
||||
|
||||
div.badges-intro {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// Layout
|
||||
// Generic layout styles for the discussion forums
|
||||
|
||||
body.askbot {
|
||||
|
||||
section.main-content {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Styles for the WYSIWYG question/answer editor
|
||||
|
||||
.wmd-panel
|
||||
{
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Styles for different forms in the system
|
||||
|
||||
form.answer-form {
|
||||
@include box-sizing(border-box);
|
||||
border-top: 1px solid #ddd;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Style for modal boxes that pop up to notify the user of various events
|
||||
|
||||
.vote-notification {
|
||||
background-color: darken($mit-red, 7%);
|
||||
@include border-radius(4px);
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Style for the user profile view
|
||||
|
||||
body.user-profile-page {
|
||||
|
||||
section.questions {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Styles for the single question view
|
||||
|
||||
div.question-header {
|
||||
|
||||
div.official-stamp {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Styles for the default question list view
|
||||
|
||||
div.question-list-header {
|
||||
display: block;
|
||||
margin-bottom: 0px;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Styles for the Askbot sidebar
|
||||
|
||||
div.discussion-wrapper aside {
|
||||
@extend .sidebar;
|
||||
border-left: 1px solid #d3d3d3;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Styles for the question tags
|
||||
|
||||
ul.tags {
|
||||
list-style: none;
|
||||
display: inline;
|
||||
|
||||
Reference in New Issue
Block a user