diff options
author | Christian Franke <nobody@nowhere.ws> | 2016-03-08 14:54:48 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2016-03-08 14:54:48 +0100 |
commit | 49087a6fd38d42ab45b4235ddb931c73f481d36d (patch) | |
tree | caf79cd1a63701dbf9e4e814b04d1bd372546a60 /public | |
parent | a5d0285ec8f2032d075c946823a3642c33823efb (diff) |
Another attempt
Diffstat (limited to 'public')
-rw-r--r-- | public/css/sublab.bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/sublab.bootstrap.css b/public/css/sublab.bootstrap.css index cf8b5e9..597e7be 100644 --- a/public/css/sublab.bootstrap.css +++ b/public/css/sublab.bootstrap.css @@ -58,10 +58,10 @@ h1 { clear: both; } -.img-wiki .pull-left { +.img-wiki.pull-left { margin-right: 8px; } -.img-wiki .pull-right { +.img-wiki.pull-right { margin-left: 8px; } |