diff options
Diffstat (limited to 'css')
-rwxr-xr-x | css/docs.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/css/docs.css b/css/docs.css index 8c303cef..1166cd22 100755 --- a/css/docs.css +++ b/css/docs.css @@ -152,6 +152,46 @@ body { } } +.bsa { + float: right; + max-width: 400px; + padding: 0; +} + +body .one .bsa_it_ad { + margin-bottom: -10px; + background: none; + border: none; + font-family: inherit; + color: inherit; +} + +body .one .bsa_it_ad .bsa_it_t, +body .one .bsa_it_ad .bsa_it_d { + color: inherit; + font-size: inherit; +} + +body .one .bsa_it_p { + display: none; +} + +#bsap_aplink { + float: right; + position: relative; + /*top: -25px;*/ + right: 10px; + height: 0; + font-size: 11px; +} + +@media (max-width: 768px) { + + .bsa { + float: none; + } + +} /* Responsive Docs |