diff options
author | Sven Gothel <[email protected]> | 2013-07-17 06:32:02 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-07-17 06:32:02 +0200 |
commit | fa0034968241de1fcaf3e9902a62270b4d050e9c (patch) | |
tree | 2c566c41eeedc24aaedd7a7bc537d86abc08d7c6 /doc/bouml/html/style.css | |
parent | 8ac3f344aded383ca9a3083a877af7bfdf6e1e48 (diff) |
Move doc/bouml -> doc/uml - and add symbolic link to doc/bouml ..
Diffstat (limited to 'doc/bouml/html/style.css')
-rw-r--r-- | doc/bouml/html/style.css | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/bouml/html/style.css b/doc/bouml/html/style.css deleted file mode 100644 index 3a10a8149..000000000 --- a/doc/bouml/html/style.css +++ /dev/null @@ -1,30 +0,0 @@ -div.title { font-size: 150%; background: #87ceff; text-align: center; font-weight: bold; } - -div.sub { margin-left : 20px; } -div.element { background: #d3d3d3; } - -h1.package { background: #ffe4c4; } -h1.view { background: #98fb98; } - -h2.package { background: #ffe4c4; } -h2.view { background: #98fb98; } -h2.class { background: #87ceff; } -h2.usecase { background: #87ceff; } -h2.state { background: #87ceff; } -h2.activity { background: #87ceff; } - -h3.package { background: #ffe4c4; } -h3.view { background: #98fb98; } -h3.class { background: #87ceff; } -h3.usecase { background: #87ceff; } -h3.state { background: #87ceff; } -h3.stateregion { background: #87ceff; } -h3.activity { background: #87ceff; } - -h4.package { background: #ffe4c4; } -h4.view { background: #98fb98; } -h4.class { background: #87ceff; } -h4.usecase { background: #87ceff; } -h4.state { background: #87ceff; } -h4.stateregion { background: #87ceff; } -h4.activity { background: #87ceff; } |