Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da92e1b
)
MDL-37645 Add another missing trailing ;
author
Dan Poltawski
<dan@moodle.com>
Wed, 6 Feb 2013 02:36:21 +0000
(10:36 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Wed, 6 Feb 2013 02:36:39 +0000
(10:36 +0800)
GRR. Clearly didn't review this one well enough!
theme/base/style/core.css
patch
|
blob
|
blame
|
history
diff --git
a/theme/base/style/core.css
b/theme/base/style/core.css
index
ff64a17
..
819f38c
100644
(file)
--- a/
theme/base/style/core.css
+++ b/
theme/base/style/core.css
@@
-1005,7
+1005,7
@@
sup {vertical-align: super;}
}
.moodle-dialogue-exception .param-stacktrace .stacktrace-file {
- display:inline-block
+ display:inline-block
;
margin:4px 0;
}
.moodle-dialogue-exception .param-stacktrace .stacktrace-line {