diff options
Diffstat (limited to 'editor/links/main.css')
| -rw-r--r-- | editor/links/main.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/links/main.css b/editor/links/main.css index a06700a..bca287a 100644 --- a/editor/links/main.css +++ b/editor/links/main.css @@ -14,7 +14,7 @@ table { margin:0px auto 30px; } table tr td { padding:5px 10px; transition: background-color 250ms, color 250ms; font-size:11px; line-height: 20px; position: relative; padding-left:32px;} table tr td svg { stroke:none; display: inline-block; margin:0px 15px 0px 0px; position: absolute; left:8px; top:6px;} table tr td span { display: inline-block; } -#print { font-family: courier; font-size:12px; padding:5px 10px; } -#print b { font-weight: bold } +#debug { font-size: 11px } +#score { text-align: center; margin-bottom: 30px; font-size:11px; } -#benchmark { height:300px; margin:calc(50vh - 150px);}
\ No newline at end of file +#benchmark { height:300px; margin:calc(50vh - 200px);}
\ No newline at end of file |
