Commit b6aaca22ef6599f3e8f619bb86af81c7df6a73dc
1 parent
c87bb82c
Exists in
master
and in
28 other branches
ActionItem712: adding css class for explanations
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
public/stylesheets/common.css
... | ... | @@ -102,6 +102,11 @@ div#profile-disabled { |
102 | 102 | background: url("../images/icons-app/alert.png") no-repeat 5px #ffffa9; |
103 | 103 | } |
104 | 104 | |
105 | +.explanation { | |
106 | + font-style: italic; | |
107 | + font-size: 10px; | |
108 | +} | |
109 | + | |
105 | 110 | /*********************************************************/ |
106 | 111 | |
107 | 112 | ... | ... |