Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2013-08-14 22:35:44 +0400
committersgiehl <stefan@piwik.org>2013-08-15 00:57:24 +0400
commit6e61f2725126e276862ec6153e80e5f6db5cb4e1 (patch)
tree98087b064adf11ad1781345de9f72beb1c761ddb /plugins/PleineLune
parent512a8f82444d6293ee0544354da888553f01f29d (diff)
replaced presentational html tags
Diffstat (limited to 'plugins/PleineLune')
-rw-r--r--plugins/PleineLune/stylesheets/_layout.less2
-rw-r--r--plugins/PleineLune/stylesheets/controls/_periodSelect.less2
-rw-r--r--plugins/PleineLune/stylesheets/controls/_segmentSelect.less2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/PleineLune/stylesheets/_layout.less b/plugins/PleineLune/stylesheets/_layout.less
index 637fd307f6..600eec1022 100644
--- a/plugins/PleineLune/stylesheets/_layout.less
+++ b/plugins/PleineLune/stylesheets/_layout.less
@@ -32,7 +32,7 @@
color: @theme-color-text-active;
}
-.topBarElemActive > b {
+.topBarElemActive > strong {
font-weight: normal;
}
diff --git a/plugins/PleineLune/stylesheets/controls/_periodSelect.less b/plugins/PleineLune/stylesheets/controls/_periodSelect.less
index c2dd7bdc76..50e8840a27 100644
--- a/plugins/PleineLune/stylesheets/controls/_periodSelect.less
+++ b/plugins/PleineLune/stylesheets/controls/_periodSelect.less
@@ -17,7 +17,7 @@
color: @theme-color-text-focus;
}
-#periodString b {
+#periodString strong {
color: inherit;
}
diff --git a/plugins/PleineLune/stylesheets/controls/_segmentSelect.less b/plugins/PleineLune/stylesheets/controls/_segmentSelect.less
index ec4c196271..8cd504ea59 100644
--- a/plugins/PleineLune/stylesheets/controls/_segmentSelect.less
+++ b/plugins/PleineLune/stylesheets/controls/_segmentSelect.less
@@ -11,7 +11,7 @@
}
#segmentEditorPanel .segmentationTitle,
-.segmentationContainer > span > b,
+.segmentationContainer > span > strong,
#available_segments a.dropdown {
color: @theme-color-text-active;
}