Browse Source

API Styles moved over from broken git repo

pull/1177/head
jlukic 10 years ago
parent
commit
9a0ba72750
2 changed files with 14 additions and 3 deletions
  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 */
#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
-----------------*/

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

Loading…
Cancel
Save