diff options
Diffstat (limited to 'shader-api.html')
| -rw-r--r-- | shader-api.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shader-api.html b/shader-api.html index ba4fb06..0f7ca67 100644 --- a/shader-api.html +++ b/shader-api.html @@ -11,10 +11,11 @@ form { display: inline-block; } #shader-gallery,#gallery-images { display: block; min-height: 152px; max-height: 210px; overflow-y: auto; width: 100%; } #shader-gallery img,#shader-gallery canvas,#gallery-images img, #gallery-images canvas { max-width: 200px; height: 100px; margin: 5px; cursor: pointer; clear: right; } .shader { width: 100px; } +.shader span { display: block } #username { width: 55px; } #shader-name { width: 75px; } -a { color: #00f; } #shader-id { width: 40px; } +a { color: #00f; } </style> </head> <body> |
