Skip to content

Commit

Permalink
Merge pull request #1361 from SeasideSt/somefixes
Browse files Browse the repository at this point in the history
Some fixes
  • Loading branch information
jbrichau authored May 14, 2023
2 parents e77b4bd + 5e7a990 commit 9866f65
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
testing
isDeprecated
^ true
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
running
expectedFailures
| todo |
todo := #(testExpiryFunctionalTest testFilterFunctionalTest testUploadFunctionalTest).
todo := #(testExpiryFunctionalTest testFilterFunctionalTest testUploadFunctionalTest testCORSFilterFunctionalTest).
^ (GRPlatform current class == (Smalltalk at: #GRGemStonePlatform ifAbsent:[ nil ]))
ifTrue: [ #(testContextFunctionalTest), todo "requires https://github.com/GsDevKit/Grease/pull/17 to be merged" ]
ifFalse:[ todo ]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ html, body {
margin-top: 0px;
background: #fff url("background.jpg") repeat-y center top;
}
input.text {
input[type=text] {
color: #2a2a2a;
font-size: 100%;
border: 1px solid #ccc;
Expand Down Expand Up @@ -175,7 +175,7 @@ pre.codeSample {
margin: 2em;
}
form.config input.checkbox { margin-right: 1em; }
form.config input[type=checkbox] { margin-right: 1em; }
form.config label { vertical-align: top; }
.container .buttons { text-align: center; margin-top: 2em; }
.container .buttons a { margin: 0 1em; }
Expand Down

0 comments on commit 9866f65

Please sign in to comment.