summaryrefslogtreecommitdiff
path: root/src/components/Global
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-08-25 05:30:26 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-08-26 23:17:20 +0300
commit87cc56186546c3d805e05d7fae23bee3612fc552 (patch)
tree81eca29444352bc5049b4348e1948658e4e31a1f /src/components/Global
parent76ccbbc9202b5712578233dfde083874b5c1b151 (diff)
downloadwebui-vue-87cc56186546c3d805e05d7fae23bee3612fc552.tar.xz
Update page section heading to match style guide
- Removes partial border below section heading Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ica98d171c16ebc694e0c8c816a161f94425a33b9
Diffstat (limited to 'src/components/Global')
-rw-r--r--src/components/Global/PageSection.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Global/PageSection.vue b/src/components/Global/PageSection.vue
index ddf204d3..48bb8a19 100644
--- a/src/components/Global/PageSection.vue
+++ b/src/components/Global/PageSection.vue
@@ -29,7 +29,6 @@ h2 {
content: '';
display: block;
width: 100px;
- border: 1px solid gray('300');
margin-top: 10px;
}
}