From 9a0ba7275061013b73b010f94b242314e24468ca Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 9 Oct 2014 14:38:13 -0400 Subject: [PATCH] API Styles moved over from broken git repo --- server/files/stylesheets/semantic.css | 13 ++++++++++++- src/definitions/modules/sidebar.js | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css index d489aead3..171ef71eb 100755 --- a/server/files/stylesheets/semantic.css +++ b/server/files/stylesheets/semantic.css @@ -633,12 +633,13 @@ body#example.hide { /* Description */ #example .example .anchor + p { margin: 0.25em 0px 1.5em; + color: rgba(0, 0, 0, 0.6); } #example .no.example .anchor + p { margin: 0em 0px 1em; } #example .example > p { - color: rgba(0, 0, 0, 0.6); + color: rgba(0, 0, 0, 0.8); } /* Message */ @@ -673,6 +674,16 @@ body#example.hide { font-size: 14px; } +#example .intro .example p { + font-size: 15px; + color: rgba(0, 0, 0, 0.8); +} + +#example .existing.segment:after, +#example .instructive.segment:after { + display: none; +} + /*---------------- Example Types -----------------*/ diff --git a/src/definitions/modules/sidebar.js b/src/definitions/modules/sidebar.js index e452156bc..86eff032b 100755 --- a/src/definitions/modules/sidebar.js +++ b/src/definitions/modules/sidebar.js @@ -786,8 +786,8 @@ $.fn.sidebar.settings = { bottom : 'overlay' }, mobile: { - left : 'overlay', - right : 'overlay', + left : 'uncover', + right : 'uncover', top : 'overlay', bottom : 'overlay' }