Changeset 4933

Show
Ignore:
Timestamp:
10/29/09 12:22:46 (4 weeks ago)
Author:
kaminogoya
Message:

Fixed weird text position not match line numbers. BugzID #102945

Location:
branches/greyhound/mt-static
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/mt-static/codemirror/css/csscolors.css

    r4158 r4933  
    33  padding: 0; 
    44  font-family: monospace; 
    5   font-size: 10pt; 
    6   color: black; 
     5  font-size: 13px; 
     6  line-height: 16px; 
    77} 
    88 
  • branches/greyhound/mt-static/css/structure.css

    r4923 r4933  
    31683168    text-align: right; 
    31693169    padding-right: .3em; 
    3170     font-size: 10pt; 
     3170    font-size: 13px; 
    31713171    font-family: monospace; 
    31723172    padding-top: .4em; 
    3173     line-height: normal; 
     3173    line-height: 16px; 
    31743174    -moz-border-radius: 5px 0 0 5px; 
    31753175    -webkit-border-top-left-radius: 5px;