mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
e95e16698a
- Cleaned up the sharing UI - Removed a piece of black artwork - Fixed the Froyo bug with the Help screen appearing blank - Made external URLs in Help launch in the Browser - Updated some help text git-svn-id: https://zxing.googlecode.com/svn/trunk@1491 59b500cc-1b3d-0410-9834-0bbf25fbcc57
11 lines
165 B
CSS
11 lines
165 B
CSS
body {
|
|
background-color: white;
|
|
color: black;
|
|
font-family: Arial sans-serif;
|
|
font-size: 12pt;
|
|
}
|
|
ul.touchable li {
|
|
padding-top:8px;
|
|
padding-bottom:8px;
|
|
}
|