Browse Source

fixes #41 paragraph margin on demos

Former-commit-id: d778467296
Former-commit-id: 66a761ca53
pull/258/head
jlukic 11 years ago
parent
commit
030da71e1c
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