bindify

Bindify-JS
git clone http://git.code.weiherhei.de/bindify.git
Log | Files | Refs | README

app.css (103B)


      1 /* Very simple theming. */
      2 
      3 body.theme-silver {
      4     color: saddlebrown;
      5     background-color: silver;
      6 }