Commit 38f46ce60146e2efce99a457290459aba2223630
- Date: Wed Apr 16 18:30:34 +0000 2008
- Committer: Will (will@gina.alaska.edu)
- Author: Will (will@gina.alaska.edu)
- Commit SHA1: 38f46ce60146e2efce99a457290459aba2223630
- Tree SHA1: dc4f4f84387d40329f3f2a5f3f9fe778f598538c
No need for css on image tag, handled by option to gravatar helper. This should probably be moved into the public/stylesheets somewhere
Commit diff
| |   |
| 13 | 13 | margin-right: 8px; |
| 14 | 14 | } |
| 15 | 15 | |
| 16 | | li.committer image { |
| 17 | | width: 32px; |
| 18 | | height: 32px; |
| 19 | | } |
| 20 | | |
| 21 | 16 | li.committer div.name { |
| 22 | 17 | font-weight: bold |
| 23 | 18 | font-size: 12px; |
| toggle raw diff |
--- a/app/views/committers/new.html.erb
+++ b/app/views/committers/new.html.erb
@@ -13,11 +13,6 @@
margin-right: 8px;
}
- li.committer image {
- width: 32px;
- height: 32px;
- }
-
li.committer div.name {
font-weight: bold
font-size: 12px; |