Skip to content

Commit

Permalink
Merge pull request #2001 from neottil/neottil/nginx-body-style
Browse files Browse the repository at this point in the history
delete duplicate nginx body style
  • Loading branch information
thjaeckle committed Aug 26, 2024
2 parents 14b689c + 1cf57f1 commit aff14db
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 21 deletions.
7 changes: 2 additions & 5 deletions deployment/docker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@
body {
text-align: center;
padding: 150px;
font: 20px Helvetica, sans-serif;
color: #333;
}

h1 {
font-size: 50px;
}

body {
font: 20px Helvetica, sans-serif;
color: #333;
}

article {
display: block;
text-align: left;
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/ditto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: |
A digital twin is a virtual, cloud based, representation of his real world counterpart
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
type: application
version: 3.5.13 # chart version is effectively set by release-job
version: 3.5.14 # chart version is effectively set by release-job
appVersion: 3.5.10
keywords:
- iot-chart
Expand Down
7 changes: 2 additions & 5 deletions deployment/helm/ditto/nginx-config/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@
body {
text-align: center;
padding: 150px;
font: 20px Helvetica, sans-serif;
color: #333;
}

h1 {
font-size: 50px;
}

body {
font: 20px Helvetica, sans-serif;
color: #333;
}

article {
display: block;
text-align: left;
Expand Down
7 changes: 2 additions & 5 deletions deployment/kubernetes/deploymentFiles/nginx/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@
body {
text-align: center;
padding: 150px;
font: 20px Helvetica, sans-serif;
color: #333;
}

h1 {
font-size: 50px;
}

body {
font: 20px Helvetica, sans-serif;
color: #333;
}

article {
display: block;
text-align: left;
Expand Down
7 changes: 2 additions & 5 deletions deployment/openshift/nginx/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@
body {
text-align: center;
padding: 150px;
font: 20px Helvetica, sans-serif;
color: #333;
}

h1 {
font-size: 50px;
}

body {
font: 20px Helvetica, sans-serif;
color: #333;
}

article {
display: block;
text-align: left;
Expand Down

0 comments on commit aff14db

Please sign in to comment.