diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-20 16:14:47 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-20 16:14:47 -0700 |
commit | a3043f6b693b4faccea41a2b1aa1727b00178925 (patch) | |
tree | d4140708dd40c18ef6568170d14f71ba8d4d45b3 /fatcat_scholar/templates/base.html | |
parent | 09025829b28e5e2b96dca19da5bc7321e724421f (diff) | |
download | fatcat-scholar-a3043f6b693b4faccea41a2b1aa1727b00178925.tar.gz fatcat-scholar-a3043f6b693b4faccea41a2b1aa1727b00178925.zip |
html: another RTL div style tweak
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r-- | fatcat_scholar/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index af718cb..9ba3510 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -109,8 +109,8 @@ .ui.divided.grid:not([class*="vertically divided"])>.column:not(.row), .ui.divided.grid:not([class*="vertically divided"])>.row>.column { box-shadow: 1px 0 0 0 rgba(34,36,38,.15); } - nav.ui.divided.grid.column { - box-shadow: 0; + .ui.divided.grid:not([class*="vertically divided"])>.column:first-child, .ui.divided.grid:not([class*="vertically divided"])>.row>.column:first-child { + box-shadow: none; } .ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row), .ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column { box-shadow: 1px 0 0 0 rgba(255,255,255,.1); |