Commit 305f6c82 authored by RawKStar77's avatar RawKStar77

Adjusted code style acording to Randall's suggestions.

parent 6f84cc73
...@@ -174,10 +174,10 @@ button, input[type=submit], .btn { ...@@ -174,10 +174,10 @@ button, input[type=submit], .btn {
//FLASH/TOAST/ALERTS/////////////////////////////// //FLASH/TOAST/ALERTS///////////////////////////////
.toast, .annotator-notice { .toast, .annotator-notice {
@include border-radius(0.1em); @include border-radius(.1em);
@include smallshadow; @include smallshadow;
@include single-transition(opacity, .2s); @include single-transition(opacity, .2s);
padding: 0.3em; padding: .3em;
font-family: $sansFontFamily; font-family: $sansFontFamily;
border: solid 1px; border: solid 1px;
bottom: 18%; bottom: 18%;
...@@ -297,7 +297,7 @@ blockquote { ...@@ -297,7 +297,7 @@ blockquote {
font-family: $serifFontFamily; font-family: $serifFontFamily;
font-size: 1em; font-size: 1em;
margin-bottom: 1em; margin-bottom: 1em;
padding: 0 0.8em; padding: 0 .8em;
&:before, &:after { &:before, &:after {
color: $grayLighter; color: $grayLighter;
...@@ -518,7 +518,6 @@ blockquote { ...@@ -518,7 +518,6 @@ blockquote {
bottom: 1px; bottom: 1px;
left: 3px; left: 3px;
position: absolute; position: absolute;
// text-shadow: -0.1em -0.1em #999;
} }
.highlighter-icon { .highlighter-icon {
...@@ -528,7 +527,6 @@ blockquote { ...@@ -528,7 +527,6 @@ blockquote {
bottom: 1px; bottom: 1px;
left: 3px; left: 3px;
position: absolute; position: absolute;
// text-shadow: -0.1em -0.1em #999;
} }
.commenter-icon { .commenter-icon {
...@@ -538,7 +536,6 @@ blockquote { ...@@ -538,7 +536,6 @@ blockquote {
bottom: 1px; bottom: 1px;
left: 3px; left: 3px;
position: absolute; position: absolute;
// text-shadow: -0.1em -0.1em #999;
} }
//VISIBILITY //VISIBILITY
...@@ -695,7 +692,7 @@ blockquote { ...@@ -695,7 +692,7 @@ blockquote {
padding-top: 3.5em; padding-top: 3.5em;
.domain { .domain {
margin: 0.2em 0 0.3em; margin: .2em 0 .3em;
} }
.domain .favicon { .domain .favicon {
...@@ -852,7 +849,7 @@ blockquote { ...@@ -852,7 +849,7 @@ blockquote {
white-space: nowrap; white-space: nowrap;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
font-size: 0.95em; font-size: .95em;
} }
.indicators { .indicators {
...@@ -923,7 +920,7 @@ blockquote { ...@@ -923,7 +920,7 @@ blockquote {
position: relative; position: relative;
.go-icon { .go-icon {
position: absolute; position: absolute;
top: 0.33em; top: .33em;
} }
.share-div { .share-div {
margin-left: 1.5em; margin-left: 1.5em;
...@@ -966,8 +963,8 @@ blockquote { ...@@ -966,8 +963,8 @@ blockquote {
.button_controls { .button_controls {
margin-left: 1em; margin-left: 1em;
margin-right: 1em; margin-right: 1em;
margin-bottom: 0.5em; margin-bottom: .5em;
margin-top: 0.5em; margin-top: .5em;
} }
.stream-list { .stream-list {
...@@ -1090,12 +1087,12 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; } ...@@ -1090,12 +1087,12 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
} }
.annotation-header-border { .annotation-header-border {
padding: 0.5em; padding: .5em;
overflow: hidden; overflow: hidden;
} }
.annotation-header-width { .annotation-header-width {
padding: 0.2em; padding: .2em;
overflow: hidden; overflow: hidden;
} }
...@@ -1171,7 +1168,7 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; } ...@@ -1171,7 +1168,7 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
position: relative; position: relative;
right: 2px; right: 2px;
font-size: 12px; font-size: 12px;
opacity:0.8; opacity:.8;
&:hover { opacity: 1; } &:hover { opacity: 1; }
...@@ -1218,7 +1215,7 @@ h3.stream { ...@@ -1218,7 +1215,7 @@ h3.stream {
} }
.small-inner { .small-inner {
margin:0px 0.5em 0px 1em; margin:0px .5em 0px 1em;
} }
.search-container { .search-container {
......
...@@ -76,7 +76,7 @@ ol { ...@@ -76,7 +76,7 @@ ol {
.topbar { .topbar {
position: relative; position: relative;
.inner { .inner {
padding-left: 0.6em; padding-left: .6em;
margin: 0 auto; margin: 0 auto;
max-width: $break-large; max-width: $break-large;
@include respond-to(tablets) { @include respond-to(tablets) {
...@@ -84,13 +84,8 @@ ol { ...@@ -84,13 +84,8 @@ ol {
margin: 0 auto; margin: 0 auto;
max-width: $break-large; max-width: $break-large;
} }
// @include respond-to(wide-handhelds tablets) {
// padding-left: 3.6em;
// margin: 0 auto;
// max-width: $break-large;
// }
@include respond-to(handhelds) { @include respond-to(handhelds) {
padding: 0 0.6em; padding: 0 .6em;
margin: 0 auto; margin: 0 auto;
max-width: $break-large; max-width: $break-large;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment