Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OERu
oeru_course
Commits
64f4257a
Commit
64f4257a
authored
Jun 18, 2020
by
Dave Lane
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.oeru.org:oeru/oeru_course
parents
f9a2478d
30dcdddb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
css/oeru_course_core_alter.css
css/oeru_course_core_alter.css
+17
-1
No files found.
css/oeru_course_core_alter.css
View file @
64f4257a
...
...
@@ -686,5 +686,21 @@ a.external {
/* fix weird title sidebars */
#content
header
.entry-header
{
background-color
:
transparent
;
padding-left
:
0
;
padding-right
:
0
;
background-color
:
transparent
;
}
/* fix undercut right margin on narrow screens */
.entry-and-comments
#content
.container
.row
{
margin-right
:
-15px
;
}
/* fix left margin of WEnote textarea to be hard left */
#WEnotesPost1
{
margin-left
:
0
!important
;
}
#WEnotesPost1
form
textarea
{
min-height
:
3em
!important
;
}
/* fix bug with 3rd level navigation having a 15px inset from the rest of the margin at small screen widths */
@media
(
max-width
:
991px
)
{
#primary
.third-level-nav
.col-md-12
{
padding-right
:
0
!important
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment