/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to Code Tokenizer and Parser/Parser_Test.css

  • Committer: Daniel Johansson
  • Date: 2013-04-04 08:42:36 UTC
  • mto: (12.2.2 lenasys)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: maila@danieljohansson.nu-20130404084236-qlj2xxiwkvps7egi
Fixed CSS error in Parser_test.css

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#infobox{
4
4
        border:2px solid black;
5
5
        background-color:#fed;
6
 
        width:500;
7
 
        height:1200;
 
6
        width:500px;
 
7
        height:1200px;
8
8
        padding:4px;
9
9
        vertical-align:top;
10
10
        float:left;