Browse Source

API Styles moved over from broken git repo

1.0
jlukic 10 years ago
parent
commit
9a0ba72750
  1. 13
      server/files/stylesheets/semantic.css
  2. 4
      src/definitions/modules/sidebar.js

13
server/files/stylesheets/semantic.css

@ -633,12 +633,13 @@ body#example.hide {
/* Description */ /* Description */
#example .example .anchor + p { #example .example .anchor + p {
margin: 0.25em 0px 1.5em; margin: 0.25em 0px 1.5em;
color: rgba(0, 0, 0, 0.6);
} }
#example .no.example .anchor + p { #example .no.example .anchor + p {
margin: 0em 0px 1em; margin: 0em 0px 1em;
} }
#example .example > p { #example .example > p {
color: rgba(0, 0, 0, 0.6); color: rgba(0, 0, 0, 0.8);
} }
/* Message */ /* Message */
@ -673,6 +674,16 @@ body#example.hide {
font-size: 14px; 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 Example Types
-----------------*/ -----------------*/

4
src/definitions/modules/sidebar.js

@ -786,8 +786,8 @@ $.fn.sidebar.settings = {
bottom : 'overlay' bottom : 'overlay'
}, },
mobile: { mobile: {
left : 'overlay', left : 'uncover',
right : 'overlay', right : 'uncover',
top : 'overlay', top : 'overlay',
bottom : 'overlay' bottom : 'overlay'
} }

Loading…
Cancel
Save