diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-06 16:07:21 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-06 16:47:14 -0400 |
| commit | 1dae6e5dfce901cdadeebd2e191927dbc5a326f6 (patch) | |
| tree | eca6c31871ff40c6be5ce638b6c850eccc30955d /public/assets/stylesheets | |
| parent | c19fbc87676404636a2f5df304ddd7875fc98e66 (diff) | |
bower: adding marked
Diffstat (limited to 'public/assets/stylesheets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index e746cad..02bbe6a 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -698,6 +698,16 @@ iframe.embed { .mx-object3d video { pointer-events: none; } +.mx-text { + overflow: hidden; +} +.mx-text .inner { + width: 100%; + pointer-events: none; +} +.mx-text p { + margin-bottom: 1em; +} #keyhint { position: fixed; bottom:0; @@ -2117,7 +2127,7 @@ a[data-role="forgot-password"] { background: white; padding: 10px; margin: 20px auto; -position: relative; + position: relative; } .collaborators button { |
