Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-qtype_stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-qtype_stack
Commits
1a6fdc5c
Commit
1a6fdc5c
authored
Mar 30, 2022
by
Tim Hunt
Browse files
Options
Downloads
Patches
Plain Diff
blockquote CSS rule must be scoped to only affect STACK
I also dealt with some errors and warnings the PHPStorm spotted.
parent
c1040ea3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
styles.css
+4
-10
4 additions, 10 deletions
styles.css
with
4 additions
and
10 deletions
styles.css
+
4
−
10
View file @
1a6fdc5c
...
...
@@ -116,10 +116,7 @@ body.pagelayout-embedded .que.stack .formulation .questiontestslink {
border
:
0
;
border-left
:
2px
solid
#000
;
border-right
:
2px
solid
#000
;
border-top-left-radius
:
1em
;
border-top-right-radius
:
1em
;
border-bottom-left-radius
:
1em
;
border-bottom-right-radius
:
1em
;
border-radius
:
1em
;
padding
:
0.5em
;
}
...
...
@@ -162,7 +159,7 @@ body.pagelayout-embedded .que.stack .formulation .questiontestslink {
outline
:
none
;
}
blockquote
{
body
.path-question-type-stack-doc
blockquote
{
border-left
:
5px
solid
#ccc
;
margin
:
1.5em
10px
;
padding
:
1em
10px
.1em
10px
;
...
...
@@ -177,10 +174,7 @@ blockquote {
border
:
1px
solid
#ddd
;
border-radius
:
4px
;
padding
:
3px
;
margin-top
:
2px
;
margin-bottom
:
2px
;
margin-right
:
4px
;
margin-left
:
4px
;
margin
:
2px
4px
;
overflow
:
hidden
;
}
.proof-block
{
...
...
@@ -489,7 +483,7 @@ body.ie:not(.ie11) .stack_abstract_graph {
stroke-linecap
:
round
;
}
.stack_abstract_graph
text
{
font-family
:
Verdana
,
S
ans-
S
erif
;
font-family
:
Verdana
,
s
ans-
s
erif
;
}
.stack_abstract_graph
text
.nodelabel
{
font-size
:
14px
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment