diff options
Diffstat (limited to 'core/css/guest.css')
-rw-r--r-- | core/css/guest.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index c003c10cd7e..e6e194f6417 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -624,3 +624,16 @@ footer, .push { height: 70px; } + +.hidden { + display: none; +} + +.hidden-visually { + position: absolute; + left:-10000px; + top: auto; + width: 1px; + height: 1px; + overflow: hidden; +} |