~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/console/console_app.css

  • Committer: mattgiuca
  • Date: 2008-01-25 03:42:11 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:307
tutorial: Now each problem div has an ID. Added submit buttons which call
    JavaScript code to submit.
Added tutorial.js, which receives the submit request (currently stubbish).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Override common #ivlebody */
2
 
#ivlebody {
3
 
    padding: 0 ! important;
4
 
}
5
 
/* Override the "Console" tab so it has a black border bottom (otherwise it
6
 
 * conflicts with the border at the top of console */
7
 
#apptabs .thisapp {
8
 
    border-bottom: 1px solid black ! important;
9
 
}