summaryrefslogtreecommitdiff
path: root/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'custom.css')
-rw-r--r--custom.css15
1 files changed, 7 insertions, 8 deletions
diff --git a/custom.css b/custom.css
index f58f363..2ece19e 100644
--- a/custom.css
+++ b/custom.css
@@ -14,18 +14,12 @@ This will always be an empty file in IPython
.question {
position: absolute;
top: 5%;
- right: 5%;
+ right: 4%;
display: inline;
- width: 20px;
+ width: 30px;
text-align: center;
text-decoration: none;
- background: #333333;
color: #ffffff;
- border: 1px solid #333333;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- -o-border-radius: 5px;
- border-radius: 5px;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
@@ -36,3 +30,8 @@ This will always be an empty file in IPython
background: #ffffff;
color: #333333;
}
+.comment-frame {
+ width: 100%;
+ height: 250px;
+ border: none;
+}