Add missing semicolons. Props mrgtb. fixes #9885
git-svn-id: https://develop.svn.wordpress.org/trunk@11413 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b05e8739aa
commit
71af95802b
@ -46,7 +46,7 @@ body {
|
||||
}
|
||||
|
||||
#content {
|
||||
font-size: 1.2em
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.widecolumn .entry p {
|
||||
@ -400,7 +400,7 @@ img.alignleft {
|
||||
}
|
||||
|
||||
.alignleft {
|
||||
float: left
|
||||
float: left;
|
||||
}
|
||||
/* End Images */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user