diff options
| author | Jules <jules@asdf.us> | 2013-12-29 23:52:26 -0500 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2013-12-29 23:52:26 -0500 |
| commit | 9bb9c77bc0fa822b77a938c58892bc917536a84f (patch) | |
| tree | ae1ce0af482fd8f2a8149cfb245263954dcacd18 /shader-picker.html | |
| parent | 4cd78d3699ec45663596a9e9f9caea286400d7f9 (diff) | |
minwidth
Diffstat (limited to 'shader-picker.html')
| -rw-r--r-- | shader-picker.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shader-picker.html b/shader-picker.html index 209cf9f..65a7f5f 100644 --- a/shader-picker.html +++ b/shader-picker.html @@ -18,7 +18,7 @@ html,body { margin: 0; padding: 0; } .paused { outline: 0 !important; } div { display: inline-block; padding: 10px;} #gallery,#controls,#workspace,#rendered{ float: left; } -#rendered img { min-width: 500px; display: block; } +#rendered img { display: block; } #render,#save { font-weight: bold; } #render { float: right; } #instructions { position: absolute;top:20px;right:20px; width:190px;height:465px; box-shadow:5px 5px 10px rgba(0,0,0,0.3); background:rgba(255,255,255,0.8); display: none; cursor: -webkit-grab; } |
