Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 body { | |
|
Aaron Boodman
2012/06/19 21:42:44
license header, license header
Yoyo Zhou
2012/06/19 22:03:33
Dang, I thought I did that.
| |
| 2 font-family: 'DejaVu Sans', Arial, sans-serif; | |
| 3 max-width: 480px; | |
| 4 min-width: 360px; | |
| 5 } | |
| 6 | |
| 7 #extension-item { | |
| 8 background-repeat: no-repeat; | |
| 9 display: -webkit-box; | |
| 10 min-height: 48px; | |
| 11 } | |
| 12 | |
| 13 #extension-title-running { | |
| 14 -webkit-padding-after: 5px; | |
| 15 -webkit-padding-end: 5px; | |
| 16 font-size: 14px; | |
| 17 font-weight: 500; | |
| 18 } | |
| 19 | |
| 20 #extension-last-updated, | |
| 21 #extension-update-time { | |
| 22 -webkit-padding-end: 7px; | |
| 23 color: rgb(78, 83, 86); | |
| 24 font-size: 13px; | |
| 25 font-weight: 400; | |
| 26 } | |
| 27 | |
| 28 #extension-description { | |
| 29 -webkit-padding-end: 5px; | |
| 30 color: rgb(121, 126, 130); | |
| 31 font-size: 13px; | |
| 32 margin: 5px 0; | |
| 33 white-space: normal; | |
| 34 } | |
| 35 | |
| 36 #extension-details { | |
| 37 -webkit-box-flex: 1; | |
| 38 -webkit-padding-start: 57px; | |
| 39 } | |
| OLD | NEW |