mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 13:04:05 -08:00
20a8a3a29f
git-svn-id: https://zxing.googlecode.com/svn/trunk@1905 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;
|
|
}
|