Commit f1623eb6c0ae35652bdc7cf2360de0783d670659
Committed by
Antonio Terceiro
1 parent
32389cda
Exists in
master
and in
29 other branches
Replacing font-size:small by font-size:12px on css
(ActionItem1481)
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
public/stylesheets/application.css
@@ -317,7 +317,7 @@ div.pending-tasks { | @@ -317,7 +317,7 @@ div.pending-tasks { | ||
317 | text-decoration: underline; | 317 | text-decoration: underline; |
318 | } | 318 | } |
319 | .last-update { | 319 | .last-update { |
320 | - font-size: small; | 320 | + font-size: 12px; |
321 | } | 321 | } |
322 | 322 | ||
323 | /* * * icons for product category on profile * * */ | 323 | /* * * icons for product category on profile * * */ |
@@ -1148,7 +1148,7 @@ a.comment-picture { | @@ -1148,7 +1148,7 @@ a.comment-picture { | ||
1148 | 1148 | ||
1149 | #content .created-at { | 1149 | #content .created-at { |
1150 | color: gray; | 1150 | color: gray; |
1151 | - font-size: small; | 1151 | + font-size: 12px; |
1152 | display: block; | 1152 | display: block; |
1153 | text-align: right; | 1153 | text-align: right; |
1154 | } | 1154 | } |
@@ -1892,7 +1892,7 @@ div#activation_enterprise div { | @@ -1892,7 +1892,7 @@ div#activation_enterprise div { | ||
1892 | 1892 | ||
1893 | .blog-archives-block .subscribe-feed { | 1893 | .blog-archives-block .subscribe-feed { |
1894 | padding: 5px 0px 10px 10px; | 1894 | padding: 5px 0px 10px 10px; |
1895 | - font-size: small; | 1895 | + font-size: 12px; |
1896 | } | 1896 | } |
1897 | 1897 | ||
1898 | /* ==> blocks/profile-info-block.css <<= */ | 1898 | /* ==> blocks/profile-info-block.css <<= */ |