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' }