Update default CSS style.

Commit
d0388fab54ed2c3ab6240c63393b4fa1969f757d
Author
Marius Peter <dev@marius-peter.com>
Author date
Committer
Marius Peter <dev@marius-peter.com>
Committer date
src/MyFitnessTracker-Model/MFTStyleLibrary.class.st
index a6d101c9..802786d9 100644..100644
@@ -8,8 +8,5 @@
8 8 { #category : 'accessing' }
9 9 MFTStyleLibrary class >> default [
10 10
11 Removed: ^ 'html { font-family: sans-serif } '
12 Removed: , 'body {max-width: 40em; margin: 0 auto}'
13 Removed: ,
14 Removed: '.workout { border: 1px solid; border-radius: 1em; padding: 1em }'
11 Added: ^ 'html { font-family: sans-serif }'
15 12 ]