Skip to content

Commit

Permalink
Text overlap in parameters describtion
Browse files Browse the repository at this point in the history
Just go to: http://docs.gl/gl4/glGetTexLevelParameter and see for yourself

![overlap](https://cloud.githubusercontent.com/assets/763216/4332613/08a998d2-3fd6-11e4-87e8-6012747c2c6e.png)

Fix tested on Chrome v37 and IE11

Hope this helps
  • Loading branch information
pmatyja committed Sep 19, 2014
1 parent 84dc9aa commit 0bcdca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/copy/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ dt {
float: left;
width: 100px;
clear: both;
margin-top: 10px;
}

dd {
float: left;
width: 540px;
margin-top: 10px;
margin-top: -20px;
margin-left: 30px;
}

dl {
Expand Down Expand Up @@ -377,4 +377,4 @@ a {
margin-left: 5px;
position: relative;
top: -5px;
}
}

0 comments on commit 0bcdca8

Please sign in to comment.