aboutsummaryrefslogtreecommitdiff
path: root/theme/sass/default.scss
diff options
context:
space:
mode:
authorEric Bidelman2012-04-13 13:00:00 -0700
committerEric Bidelman2012-04-13 13:00:00 -0700
commit143b67bc308926438f1b8c6860fc44993de50a5b (patch)
treec92d941a98773af6d8af8edf969acad9f6a2af5b /theme/sass/default.scss
parent9118fa551c30ecda1b0e78af6418284460822d75 (diff)
downloadio-slides-remote-143b67bc308926438f1b8c6860fc44993de50a5b.tar.gz
Removing extra width setter
Diffstat (limited to 'theme/sass/default.scss')
-rw-r--r--theme/sass/default.scss5
1 files changed, 1 insertions, 4 deletions
diff --git a/theme/sass/default.scss b/theme/sass/default.scss
index 4dcbb7a..89d38d0 100644
--- a/theme/sass/default.scss
+++ b/theme/sass/default.scss
@@ -733,9 +733,6 @@ input, button {
733 color: $gray-1; 733 color: $gray-1;
734 line-height: 2.8; 734 line-height: 2.8;
735 } 735 }
736 aside {
737 width: 215px !important;
738 }
739 hgroup { 736 hgroup {
740 position: absolute; 737 position: absolute;
741 bottom: 225px; 738 bottom: 225px;
@@ -766,7 +763,7 @@ input, button {
766 763
767aside.gdbar { 764aside.gdbar {
768 height: 97px; 765 height: 97px;
769 width: 155px; 766 width: 215px;
770 position: absolute; 767 position: absolute;
771 left: 0; 768 left: 0;
772 top: 125px; 769 top: 125px;