diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-13 12:00:59 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-13 12:00:59 -0500 |
| commit | 28ade7d7f9e1c8e35de713a04303538140e22ea9 (patch) | |
| tree | 3c4d77b1f42b9e1849e3ac1192caa2151a77064d /public | |
| parent | 3ab0c6c24b95552feb111b647205cc92c3ca170c (diff) | |
use plain html and \n -> <br> formatting on docs
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 7b53cca..48c6e97 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 { |
