diff options
author | Renard | 2019-09-12 13:19:22 -0300 |
---|---|---|
committer | Renard | 2019-09-12 13:19:22 -0300 |
commit | 0b78dae20afb108764f5caedabf94f54818d5c07 (patch) | |
tree | f143aa4571e933fe422abe1864e53aa6345dce29 /src/App.css | |
parent | ffd36df61f3af42e07fd93d356f1b171d7d3257d (diff) | |
download | bai-client-0b78dae20afb108764f5caedabf94f54818d5c07.tar.gz bai-client-0b78dae20afb108764f5caedabf94f54818d5c07.tar.xz bai-client-0b78dae20afb108764f5caedabf94f54818d5c07.zip |
Manejo de hilos cerrados
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css index 2b19b24..3342107 100644 --- a/src/App.css +++ b/src/App.css @@ -7,4 +7,8 @@ .inlineSubHeader { display: inline !important; margin-left: 0.25em !important; +} + +.imageSegment { + padding: 0 !important; }
\ No newline at end of file |