src/widgets/HelloWorld.css
author durandn
Fri, 18 Sep 2015 14:32:28 +0200
changeset 1048 13211bca0256
parent 882 61c384dda19e
permissions -rw-r--r--
Updated Annotation controller to assign "selected" class to buttons when they get clicked on, for use in custom css.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
875
43629caa77bc Big refactoring of widget files + started migration of segmentwidget
veltr
parents:
diff changeset
     1
.Ldt-HelloWorld p {
882
61c384dda19e Big refactoring
veltr
parents: 875
diff changeset
     2
    text-align: center; font-size: 12px; margin: 2px 0;
875
43629caa77bc Big refactoring of widget files + started migration of segmentwidget
veltr
parents:
diff changeset
     3
}