diff options
| author | hallgren <hallgren@chalmers.se> | 2012-10-02 13:09:56 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-10-02 13:09:56 +0000 |
| commit | 357b8b33ba3b8bbeda9087f2ff1fba4807a3d7f7 (patch) | |
| tree | 0f553233e42fcf2d851e7b2bb35d10f1d672805b /src/www/gfse/editor.css | |
| parent | 24f362ec00f176a7c1eaa91721be10acf0f09ed6 (diff) | |
gfse: more intuitive buttons for switching between the column, matrix & row views
Diffstat (limited to 'src/www/gfse/editor.css')
| -rw-r--r-- | src/www/gfse/editor.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/www/gfse/editor.css b/src/www/gfse/editor.css index 2abebd09e..45199b72e 100644 --- a/src/www/gfse/editor.css +++ b/src/www/gfse/editor.css @@ -42,6 +42,7 @@ div.namebar table { width: 100%; } .namebar h3, .home h3, .sheet h3 { margin: 0; color: #009; } td.right { text-align: right; } +td.center { text-align: center; } .kw { font-weight: bold; font-family: sans-serif; color: #009; } .sep { font-weight: bold; color: #009; } |
