Skip to content

Commit 5ef0270

Browse files
author
Dennis Schmidt
committed
change stylesheet, change heading
1 parent 8ceb88c commit 5ef0270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/docs/using/app-arch/index.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Application Architecture Considerations
44

55
Applications written using the runtimes and frameworks supported by Cloud Foundry will often run unmodified on Cloud Foundry, provided the design and architecture of an application follows a few simple guidelines. Following these guidelines will make an application cloud-friendly, and ease the deployment of an application to Cloud Foundry and other cloud platforms.
66

7-
## <a id="filesystem"></a>Avoid Writing Files to the Local File System ##
7+
## <a id="filesystem"></a>Avoid Writing to Local File System ##
88

99
Applications running on Cloud Foundry should avoid writing files to the local file system. There are a few reasons for this.
1010

source/stylesheets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ td {
347347
}
348348

349349
.quick-links {
350-
width: 272px;
350+
width: 320px;
351351
background-image: -moz-linear-gradient(bottom, #212f3d 0%, #314050 100%);
352352
background-image: -o-linear-gradient(bottom, #212f3d 0%, #314050 100%);
353353
background-image: -webkit-linear-gradient(bottom, #212f3d 0%, #314050 100%);

0 commit comments

Comments
 (0)