diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-07 13:44:02 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-07 13:44:02 +0100 |
| commit | 90485ed40e0a3c31e4071bec9eeb26257f7db690 (patch) | |
| tree | 0d9476da91b3e95ae35f1e74b7d226e5f4d9bb2a /app/static/css/index.css | |
| parent | Add a usage note for the graph (diff) | |
| download | AnnotateChange-90485ed40e0a3c31e4071bec9eeb26257f7db690.tar.gz AnnotateChange-90485ed40e0a3c31e4071bec9eeb26257f7db690.zip | |
Reorganise static folder
Diffstat (limited to 'app/static/css/index.css')
| -rw-r--r-- | app/static/css/index.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/static/css/index.css b/app/static/css/index.css new file mode 100644 index 0000000..a91bec3 --- /dev/null +++ b/app/static/css/index.css @@ -0,0 +1,16 @@ + +#done { + margin: 0 auto; + text-align: center; +} + +#done span { + font-size: 18px; +} + +#done img { + margin: 0 auto; + text-align: center; + width: 40%; + display: block; +} |
