Skip to content

Commit

Permalink
Update stable for slight modification to CSS style (switched max-widt…
Browse files Browse the repository at this point in the history
…h for HTML to a percentage).
  • Loading branch information
szymczdm committed Nov 21, 2017
1 parent 40531a9 commit f7bfa86
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
18 changes: 15 additions & 3 deletions code/stable/gamephys/Chipmunk_SRS.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ th, td {border: 1px solid black; padding: 1%;}
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
background: #faf8f0;
}
background: #faf8f0;}
.list {text-align: left;}
.figure {max-width: 800px;}
.figure {max-width: 100%;}
.matrix {
position: relative;
display: inline-table;
Expand All @@ -83,3 +82,16 @@ th, td {border: 1px solid black; padding: 1%;}
padding: 5px;
text-align: center;
border: 0px;}
.operator {
position: relative;
display: inline-table;
margin: -2px 0px 2px;
vertical-align: 105%;}
.operator td {
text-align: center;
border: 0px;}
.symb {
font-size: 150%;
line-height: 110%;
vertical-align: -10%;}
.bound {font-size: 80%;}
2 changes: 1 addition & 1 deletion code/stable/glassbr/GlassBR_SRS.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ th, td {border: 1px solid black; padding: 1%;}
white-space: -o-pre-wrap;
background: #faf8f0;}
.list {text-align: left;}
.figure {max-width: 800px;}
.figure {max-width: 100%;}
.matrix {
position: relative;
display: inline-table;
Expand Down
2 changes: 1 addition & 1 deletion code/stable/nopcm/NoPCM_SRS.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ th, td {border: 1px solid black; padding: 1%;}
white-space: -o-pre-wrap;
background: #faf8f0;}
.list {text-align: left;}
.figure {max-width: 800px;}
.figure {max-width: 100%;}
.matrix {
position: relative;
display: inline-table;
Expand Down
2 changes: 1 addition & 1 deletion code/stable/ssp/SSP_SRS.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ th, td {border: 1px solid black; padding: 1%;}
white-space: -o-pre-wrap;
background: #faf8f0;}
.list {text-align: left;}
.figure {max-width: 800px;}
.figure {max-width: 100%;}
.matrix {
position: relative;
display: inline-table;
Expand Down
2 changes: 1 addition & 1 deletion code/stable/swhs/SWHS_SRS.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ th, td {border: 1px solid black; padding: 1%;}
white-space: -o-pre-wrap;
background: #faf8f0;}
.list {text-align: left;}
.figure {max-width: 800px;}
.figure {max-width: 100%;}
.matrix {
position: relative;
display: inline-table;
Expand Down
2 changes: 1 addition & 1 deletion code/stable/tiny/SRS.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ th, td {border: 1px solid black; padding: 1%;}
white-space: -o-pre-wrap;
background: #faf8f0;}
.list {text-align: left;}
.figure {max-width: 800px;}
.figure {max-width: 100%;}
.matrix {
position: relative;
display: inline-table;
Expand Down

0 comments on commit f7bfa86

Please sign in to comment.