Enhanced version with short URL scheme, http headers to take advantage of the browser cache, and a new structure with JSP files.
This commit is contained in:
20
content/plantuml.css
Normal file
20
content/plantuml.css
Normal file
@@ -0,0 +1,20 @@
|
||||
/******************************
|
||||
* PlantUMLServlet style sheet *
|
||||
******************************/
|
||||
|
||||
/* Header */
|
||||
#header {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Form inputs */
|
||||
#content textarea, #content input[type=text] {
|
||||
width: 900px;
|
||||
}
|
||||
|
||||
/* Diagram */
|
||||
#content img#diagram {
|
||||
border: thin solid green;
|
||||
}
|
||||
Reference in New Issue
Block a user