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

« back to all changes in this revision

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

  • Committer: mattgiuca
  • Date: 2008-02-25 22:18:53 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:587
Make the console input text box a bit smaller.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
}
91
91
#console_inputText {
92
92
    background-color: white;
93
 
    font-size: 100%;
 
93
    font-size: 80%;
94
94
    color: black;
95
95
    width: 90%;
96
96
}