Commit 4e48d12c authored by Randall Leeds's avatar Randall Leeds

clearer borders and measurements in pixels

parent 9aed5f18
...@@ -558,9 +558,10 @@ blockquote { ...@@ -558,9 +558,10 @@ blockquote {
//PAPER//////////////////////////////// //PAPER////////////////////////////////
//Provides the white background upon which items sit //Provides the white background upon which items sit
.paper { .paper {
@include border-radius(.2em); @include border-radius(2px);
@include smallshadow(0, 2px);
background: $white; background: $white;
border-bottom: solid .1em $grayLighter; border: solid 1px $grayLighter;
padding: 1em; padding: 1em;
} }
...@@ -569,11 +570,11 @@ blockquote { ...@@ -569,11 +570,11 @@ blockquote {
.topbar { .topbar {
@include smallshadow; @include smallshadow;
background: $white; background: $white;
border: .1em solid $grayLighter; border: solid 1px $grayLighter;
height: 2.1em; height: 2em;
position: fixed; position: fixed;
left: -.1em; left: -1px;
right: -.1em; right: -1px;
top: .5em; top: .5em;
z-index: 5; z-index: 5;
......
...@@ -114,7 +114,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ...@@ -114,7 +114,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
svg { svg {
@include stretch-y; @include stretch-y;
background: hsla(0, 0, 0, .1); background: hsla(0, 0, 0, .1);
border-left: solid thin rgba($grayLighter, .4); border-left: solid 1px $grayLighter;
height: 100%; height: 100%;
left: 17px; left: 17px;
width: $heatmap-width; width: $heatmap-width;
...@@ -218,9 +218,9 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ...@@ -218,9 +218,9 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
top: 100%; top: 100%;
width: 100%; width: 100%;
left: .3em; left: 4px;
right: 0; right: 0;
top: .3em; top: 2px;
.close { .close {
position: absolute; position: absolute;
......
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