mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-28 01:44:45 +00:00
CSS Tweaks
Very annoyingly, includes having to override the `position` of Bootstrap's dropdown menu class
This commit is contained in:
parent
558aaf338f
commit
6964c96c68
@ -8,6 +8,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tw-story-element {
|
.tw-story-element {
|
||||||
|
position: relative;
|
||||||
margin: 30px 0px 30px 0px;
|
margin: 30px 0px 30px 0px;
|
||||||
padding: 20px 20px 20px 20px;
|
padding: 20px 20px 20px 20px;
|
||||||
border: 1px solid #999;
|
border: 1px solid #999;
|
||||||
@ -37,6 +38,10 @@ body {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-menu {
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
|
|
||||||
.tw-tags-wrapper .label {
|
.tw-tags-wrapper .label {
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user