This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
e5f837661b
community.general
/
docs
/
docsite
/
_static
/
ansible-local.css
8 lines
106 B
CSS
Raw
Normal View
History
Unescape
Escape
Tweak maximum length of drop down menu
2013-02-24 13:20:16 +01:00
/* Local CSS tweaks for ansible */
.
dropdown-menu
{
overflow-y
:
auto
;
}
Added top padding to h2 elements so not under menubar
2013-02-24 14:01:09 +01:00
h2
{
padding-top
:
40px
;
}
Copy permalink