diff options
| author | hallgren <hallgren@chalmers.se> | 2011-02-28 12:41:05 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2011-02-28 12:41:05 +0000 |
| commit | a9287e83af1b6b87b216331fe62218d46079ce9f (patch) | |
| tree | c47dcd226562c52e4d8f6c043724b3fd227ad1d6 /src/editor/simple/editor.css | |
| parent | 0dfbc9b73049ad810d04314b95729511863c3b51 (diff) | |
gfse: minor documentation and style improvements
Diffstat (limited to 'src/editor/simple/editor.css')
| -rw-r--r-- | src/editor/simple/editor.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/editor/simple/editor.css b/src/editor/simple/editor.css index 2c09897a0..56cfd5adb 100644 --- a/src/editor/simple/editor.css +++ b/src/editor/simple/editor.css @@ -27,6 +27,8 @@ td.right { text-align: right; } div.indent { padding-left: 1em; min-width: 1em; min-height: 1em; } +div.fun, div.param, div.lincat, div.oper, div.lin +{ padding-left: 2em; text-indent: -2em; } .more, .delete { font-weight: bold; font-family: sans-serif; } .more, .delete, .edit { cursor: pointer; } |
