diff options
| author | jules <jules@okfoc.us> | 2014-01-21 15:34:24 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2014-01-21 15:34:24 -0500 |
| commit | a8d29719e15d685f7dc0ad0029f3e85c8c7efceb (patch) | |
| tree | 6ee9f2f2c7108718ad85c5e1793aec0c15b560e1 | |
| parent | b1aab59987e2f6aecf904d32ba092b509e72e9d3 (diff) | |
padding
| -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> |
