X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fjsdemo%2Fstyles.css;h=7749e2fbe1c0ad9c8060d284c2903a8bd261f2e7;hb=f5f791ae403eb69d3f4401209cb72e8bbd8dad21;hp=81dea918f91d267478b26a7167018c0030e88305;hpb=5e21f50e2c85da79ab1a2d5fe8201bc48b25f5dc;p=pazpar2-moved-to-github.git diff --git a/www/jsdemo/styles.css b/www/jsdemo/styles.css index 81dea91..7749e2f 100644 --- a/www/jsdemo/styles.css +++ b/www/jsdemo/styles.css @@ -9,8 +9,8 @@ body { hr { border: 0; - color: gray; - background-color: gray; + color: #156a16; + background-color: #156a16; height: 1px; } @@ -78,14 +78,18 @@ div.details { margin: 4px; } -#recordview { - background-color: #FFF8DC; +#bytarget { + padding: 7px; } -#targetview { - padding: 6px; +#stat { + color: #a3c896; +} + +#recordview { + background-color: #e0f9d6; } -#bottom { - background-color: #FBF5E6; +#targetview { + background-color: #e0f9d6; }