diff options
Diffstat (limited to 'custom.css')
-rw-r--r-- | custom.css | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -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; +} |