Browse Source

fixes #41 paragraph margin on demos

pull/55/head
jlukic 11 years ago
parent
commit
d778467296
1 changed files with 3 additions and 0 deletions
  1. 3
      node/src/files/stylesheets/semantic.css

3
node/src/files/stylesheets/semantic.css

@ -758,6 +758,9 @@ a:hover {
#example .existing.annotation {
/*display: none;*/
}
#example .segment p:first-of-type {
margin-top: 0em;
}
/* example code reskin */
#example div.code.hide {

Loading…
Cancel
Save