Browse Source

fixes #41 paragraph margin on demos

Former-commit-id: d778467296ce5b3d30e6b837fe97a93b5190a536
Former-commit-id: 66a761ca53fd8eaf7ead4c60b64c11862afbf0fb
beta
jlukic 11 years ago
parent
commit
030da71e1c
  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