Files
FHC-Core/content/projekt/gantt.svg.css
T
Paolo 0bc0a09bf4 - Removed file system execute permission for all files (no directories)
- application/extensions file system permission now is 775
- application/logs file system permission now is 775
- Added extensions directory in application/: config, controllers, helpers, hooks, libraries, models, views and widgets
- Added view views/extensions/manage.php
- Added controller controllers/system/extensions/Manager.php
- Added library ExtensionsLib to manage extensions
- Added model models/system/Extensions_model.php
- Moved code related to print out info from MigrationLib to EPrintfLib
2017-11-13 10:45:49 +01:00

37 lines
503 B
CSS

.box-inherit {
-moz-box-orient: inherit;
-moz-box-pack: inherit;
-moz-box-align: inherit;
-moz-box-direction: inherit;
}
/* Text shape */
.svg-shape-text {
font-weight: inherit;
font-style: inherit;
font-size: inherit;
font-family: inherit;
dominant-baseline: middle;
text-anchor: middle;
}
/* Rect shape */
.svg-shape-rect {
stroke-width: inherit;
}
/* Circle shape */
.svg-shape-circle {
stroke-width: inherit;
}
/* Ellipse shape */
.svg-shape-ellipse {
stroke-width: inherit;
}