diff options
| author | ryderr <r@okfoc.us> | 2014-11-13 12:02:48 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-13 12:02:48 -0500 |
| commit | 61eebaa5c3ef0d839c00c4d512b402ba71f97454 (patch) | |
| tree | ce6ba3158d4debd2b433c352da7d4ec50f1679dc /public/assets/stylesheets/app.css | |
| parent | f2b8c713c49fbad37e3d128701fb55c1cc8c9d92 (diff) | |
| parent | 28ade7d7f9e1c8e35de713a04303538140e22ea9 (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 3039d6c..9924b33 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -633,7 +633,7 @@ iframe.embed { border-top:1px solid black; } -.footer a, .footer span{ +.footer a, .footer span { margin: 15px; font-weight: 300; font-size: 13px; @@ -643,6 +643,12 @@ iframe.embed { text-decoration:underline; } +.docs .content.doc-privacy p, +.docs .content.doc-terms p { + font-size: 15px; + line-height: 25px; + font-weight: 300; +} /* PROFILE PAGE */ .profilePic { @@ -990,7 +996,9 @@ border-left: 1px solid black; pointer-events: none; } .mx-text { +/* overflow: hidden; + */ } .mx-text .inner { width: 100%; |
