restyled feedback notes, fixed placeholder description

pull/83/head
Scott Anderson 2019-03-01 13:13:44 -07:00
parent 784414b71a
commit eeba0d02d8
3 changed files with 8 additions and 3 deletions

View File

@ -267,6 +267,7 @@
////////////////// Blockquotes, Notes, Warnings, & Messages //////////////////
blockquote,
.feedback,
.note,
.warn,
.enterprise-msg {
@ -381,6 +382,11 @@
}
}
.feedback {
border-color: rgba($article-note-base, .75);
background: rgba($article-text, .05);
}
///////////////////////////////// Enterprise /////////////////////////////////
.enterprise-msg {

View File

@ -1,6 +1,6 @@
---
title: v1.tagValues() function
description: placeholder
description: The `v1.tagValues()` function returns a list unique values for a given tag.
menu:
v2_0_ref:
name: v1.tagValues
@ -12,7 +12,6 @@ v2.0/tags: [tags]
The `v1.tagValues()` function returns a list unique values for a given tag.
The return value is always a single table with a single column, `_value`.
```js
import "influxdata/influxdb/v1"

View File

@ -1,5 +1,5 @@
<hr/>
<div class="note">
<div class="feedback">
<h4>Bug Reports and Feedback</h4>
<p>
Thank you for being willing to help test InfluxDB v2.0 alpha!