summaryrefslogtreecommitdiff
path: root/themes/bartik/color
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-12-14 02:50:24 +0000
committerDries Buytaert <dries@buytaert.net>2010-12-14 02:50:24 +0000
commitda8ede590c62f880194f89ac83c4eca0a51e0f1c (patch)
tree6ee09fc6c69443878ad9e1bed391985fc4fbedd4 /themes/bartik/color
parentd961f5eb8fb2db58e4afd32c9370e9b5e891fd7a (diff)
downloadbrdo-da8ede590c62f880194f89ac83c4eca0a51e0f1c.tar.gz
brdo-da8ede590c62f880194f89ac83c4eca0a51e0f1c.tar.bz2
- Patch #889256 by tim.plunkett: clean up CSS coding style.
Diffstat (limited to 'themes/bartik/color')
-rw-r--r--themes/bartik/color/preview.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/bartik/color/preview.css b/themes/bartik/color/preview.css
index 7377eb7f7..31fdd66ab 100644
--- a/themes/bartik/color/preview.css
+++ b/themes/bartik/color/preview.css
@@ -155,7 +155,7 @@ html.js #preview {
}
#preview-footer-wrapper .preview-block {
border: 1px solid #444;
- border-color: rgba(255,255,255,0.1);
+ border-color: rgba(255, 255, 255, 0.1);
margin: 20px 0;
padding: 10px;
}
@@ -196,6 +196,6 @@ html.js #preview {
#preview-footer-columns .preview-content li a:hover,
#preview-footer-columns .preview-content li a:focus {
background-color: #1f1f21;
- background-color: rgba(255,255,255,.05);
+ background-color: rgba(255, 255, 255, 0.05);
text-decoration: none;
}