Skip to content

Commit

Permalink
Fix center block
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohail05 committed Jun 18, 2015
1 parent f2e0355 commit 34e7c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html/copy/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
margin-left: auto;
margin-right: auto;
text-align: center;
display: inline-block;
display: block;
width: 800px;
}
</style>
Expand Down
2 changes: 1 addition & 1 deletion html/copy/docs.gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function gl_printable_name(name) {
return "GLSL 1.3";
if (name == "sl14")
return "GLSL 1.4";
if (name == "sh15")
if (name == "sl15")
return "GLSL 1.5";
if (name == "sl33")
return "GLSL 3.3";
Expand Down

0 comments on commit 34e7c40

Please sign in to comment.