From 2cc8c39f6b29b807bfc8e4ad1a8573306f5d948a Mon Sep 17 00:00:00 2001 From: Samuel Vandamme Date: Thu, 26 Apr 2018 16:42:33 +0200 Subject: [PATCH] Improved design of agent index --- _docs_agent/index.md | 108 +++++++++++++++++++++---------------------- css/main.scss | 11 +++++ 2 files changed, 65 insertions(+), 54 deletions(-) diff --git a/_docs_agent/index.md b/_docs_agent/index.md index ca804fa..2bcc302 100644 --- a/_docs_agent/index.md +++ b/_docs_agent/index.md @@ -13,95 +13,95 @@ CoScale gathers data from lots of different orchestrators and application servic ### Containers
- - - - + + + +
### Web
- - - - - - - - - - - + + + + + + + + + + +
### Caching
- +
### Database
- - - - - + + + + +
### NoSQL
- - - - - - - - + + + + + + + +
### Queueing
- - - + + +
### Generic monitoring
- - - - - - - - - - + + + + + + + + + +
### 3rd party integrations
- - - - - - - - - - - - + + + + + + + + + + + +
## GNU Linux / Unix diff --git a/css/main.scss b/css/main.scss index 1a1e14c..9e009ea 100755 --- a/css/main.scss +++ b/css/main.scss @@ -436,6 +436,17 @@ body { } } +// Custom for agent/index page +.row .technology { + padding: 10px; + img { + display: block; + margin: 0 auto; + padding-bottom: 5px; + } + text-align: center; +} + /* * Custom for technologies page */