aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorZvi ben Yaakov (a.k.a rdc) <coderzvi@infosoc.net>2012-07-03 21:49:02 +0300
committerZvi ben Yaakov (a.k.a rdc) <coderzvi@infosoc.net>2012-07-03 21:49:02 +0300
commit424797138fc9f0d8ce62960c7f99878fe620440c (patch)
tree464d21b22ecb966c85de0c1fba47cfb2e480e2ca /view
parent14d4635be658924eb5aae06e799e558bcfbb5bc3 (diff)
downloadvolse-hubzilla-424797138fc9f0d8ce62960c7f99878fe620440c.tar.gz
volse-hubzilla-424797138fc9f0d8ce62960c7f99878fe620440c.tar.bz2
volse-hubzilla-424797138fc9f0d8ce62960c7f99878fe620440c.zip
Limiting .directory-photo-wrapper styles to <section> so as not to
interfere with .directory-photo-wrapper in <aside>
Diffstat (limited to 'view')
-rw-r--r--view/theme/diabook/diabook-aerith/style.css2
-rw-r--r--view/theme/diabook/diabook-blue/style.css2
-rw-r--r--view/theme/diabook/diabook-dark/style.css2
-rw-r--r--view/theme/diabook/diabook-green/style.css2
-rw-r--r--view/theme/diabook/diabook-pink/style.css2
-rw-r--r--view/theme/diabook/diabook-red/style.css2
-rw-r--r--view/theme/diabook/style.css2
7 files changed, 7 insertions, 7 deletions
diff --git a/view/theme/diabook/diabook-aerith/style.css b/view/theme/diabook/diabook-aerith/style.css
index 6b772edf2..630b331e9 100644
--- a/view/theme/diabook/diabook-aerith/style.css
+++ b/view/theme/diabook/diabook-aerith/style.css
@@ -2885,7 +2885,7 @@ section .directory-item dd {
height: 175px;
}
-.directory-photo-wrapper {
+section .directory-photo-wrapper {
float: left;
height: 200px;
width: 165px;
diff --git a/view/theme/diabook/diabook-blue/style.css b/view/theme/diabook/diabook-blue/style.css
index b1de26608..952f90775 100644
--- a/view/theme/diabook/diabook-blue/style.css
+++ b/view/theme/diabook/diabook-blue/style.css
@@ -2843,7 +2843,7 @@ section .directory-item dd {
height: 175px;
}
-.directory-photo-wrapper {
+section .directory-photo-wrapper {
float: left;
height: 200px;
width: 165px;
diff --git a/view/theme/diabook/diabook-dark/style.css b/view/theme/diabook/diabook-dark/style.css
index 844ed369e..5ef9398ec 100644
--- a/view/theme/diabook/diabook-dark/style.css
+++ b/view/theme/diabook/diabook-dark/style.css
@@ -2857,7 +2857,7 @@ section .directory-item dd {
height: 175px;
}
-.directory-photo-wrapper {
+section .directory-photo-wrapper {
float: left;
height: 200px;
width: 165px;
diff --git a/view/theme/diabook/diabook-green/style.css b/view/theme/diabook/diabook-green/style.css
index 111c31cfe..e1993764e 100644
--- a/view/theme/diabook/diabook-green/style.css
+++ b/view/theme/diabook/diabook-green/style.css
@@ -2872,7 +2872,7 @@ section .directory-item dd {
height: 175px;
}
-.directory-photo-wrapper {
+section .directory-photo-wrapper {
float: left;
height: 200px;
width: 165px;
diff --git a/view/theme/diabook/diabook-pink/style.css b/view/theme/diabook/diabook-pink/style.css
index b0b768df2..e9bcd53d0 100644
--- a/view/theme/diabook/diabook-pink/style.css
+++ b/view/theme/diabook/diabook-pink/style.css
@@ -2872,7 +2872,7 @@ section .directory-item dd {
height: 175px;
}
-.directory-photo-wrapper {
+section .directory-photo-wrapper {
float: left;
height: 200px;
width: 165px;
diff --git a/view/theme/diabook/diabook-red/style.css b/view/theme/diabook/diabook-red/style.css
index 16b42d0e1..72592168b 100644
--- a/view/theme/diabook/diabook-red/style.css
+++ b/view/theme/diabook/diabook-red/style.css
@@ -2870,7 +2870,7 @@ section .directory-item dd {
height: 175px;
}
-.directory-photo-wrapper {
+section .directory-photo-wrapper {
float: left;
height: 200px;
width: 165px;
diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css
index 049fb7ba4..68bfd5d3a 100644
--- a/view/theme/diabook/style.css
+++ b/view/theme/diabook/style.css
@@ -2808,7 +2808,7 @@ section .directory-item dd {
width: 175px;
height: 175px;
}
-.directory-photo-wrapper {
+section .directory-photo-wrapper {
float: left;
height: 200px;
width: 165px;