diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-01-14 15:44:34 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-01-14 15:44:34 -0500 |
| commit | 904a18b763889c9f85d874388fdff9daaefb89cd (patch) | |
| tree | cc54655d2b4bfbc753505696e35d2dd01263d56d /public/assets/stylesheets | |
| parent | ffa627b1032f9244df8c685c86fd24f3e7c2881a (diff) | |
roll back devicePixelRatio fix on desktop
Diffstat (limited to 'public/assets/stylesheets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index a149166..0ce2c5e 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -929,6 +929,9 @@ border-left: 1px solid black; .no-templates { display: none; } +.no-templates a { + border-bottom: 1px solid; +} .templates span { display: block; @@ -2373,6 +2376,7 @@ button { font-weight: 500; width: 100%; font-size:14px; + font-family:'Lato', sans-serif; } #builder-units { |
