diff --git a/index.html b/index.html index cda273f..28008af 100644 --- a/index.html +++ b/index.html @@ -525,9 +525,13 @@ Pixel-perfect   Retina-ready   Fast   Consistent   Hackable

Styles

-One of those two designs may become the default one. Vote by using them! +The following styles are available:

+ + + + @@ -674,8 +678,8 @@ is where the current server got started.

@@ -805,7 +809,7 @@ function markupDialog(tr) { var img = copyForm.img.value; var style = copyForm.style.value; // Default style doesn't show. - if (style !== 'plastic') { img += '?style=' + style; } + if (style !== 'flat') { img += '?style=' + style; } var md = '[![' + trname + '](' + img + ')](' + url + ')'; var rst = '.. image:: ' + img + ' :target: ' + url; copyMarkdown.value = md;

https://img.shields.io/badge/style-flat-green.svg?style=plastic
https://img.shields.io/badge/style-flat-green.svg?style=flat