mirror of https://github.com/docker/docs.git
added back in gradient, EBEDEF, previous was EFEBE9
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
f788509332
commit
7fab7b6acb
|
@ -205,7 +205,7 @@ ng\:form {
|
|||
<div {% if page.notoc %} class="col-xs-12 col-sm-9 col-md-10" {% else %} class="col-xs-12 col-sm-9 col-md-8 col-xl-9" {% endif %} >
|
||||
<section class="section" id="DocumentationText">
|
||||
{% if page.title %}<h1>{{ page.title }}</h1>{% endif %}
|
||||
{% if page.advisory %}<blockquote style="border-left: 6px solid #FFD601;">{{ site.data.advisories.texts[page.advisory] | markdownify }}</blockquote>{% endif %}
|
||||
{% if page.advisory %}<blockquote style="border-left: 6px solid #FFD601; background: -webkit-gradient(linear, left top, left bottom, from(#FBFCFC), to(#EBEDEF));">{{ site.data.advisories.texts[page.advisory] | markdownify }}</blockquote>{% endif %}
|
||||
{% include read_time.html %}
|
||||
{{ content }}
|
||||
{% if page.noratings != true %}
|
||||
|
|
Loading…
Reference in New Issue