summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/7.css3
-rw-r--r--css/custom.css8
2 files changed, 7 insertions, 4 deletions
diff --git a/css/7.css b/css/7.css
deleted file mode 100644
index 5e631c417..000000000
--- a/css/7.css
+++ /dev/null
@@ -1,3 +0,0 @@
-/**
- * Backported styles for ownCloud 7
- */ \ No newline at end of file
diff --git a/css/custom.css b/css/custom.css
index d87a2669a..6bace7e11 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -1,3 +1,9 @@
/**
* Add your custom styles here
- */ \ No newline at end of file
+ */
+#app-content .custom-heise-de .body p > span:first-child {
+ display: inline-block;
+ float: left;
+ margin-right: 10px;
+ padding: 6px 0;
+} \ No newline at end of file