summaryrefslogtreecommitdiff
path: root/pages/assets/_leap.scss
diff options
context:
space:
mode:
Diffstat (limited to 'pages/assets/_leap.scss')
-rw-r--r--pages/assets/_leap.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/pages/assets/_leap.scss b/pages/assets/_leap.scss
index 88b2a41..62cb52b 100644
--- a/pages/assets/_leap.scss
+++ b/pages/assets/_leap.scss
@@ -203,7 +203,7 @@ a:visited {
padding: 19px;
margin-bottom: 11px; // same as 'p', not sure what variable this is.
background-color: $well-bg-color;
- box-shadow: inset 0px 0px 5px 1px darken($well-bg-color,10%);
+ // box-shadow: inset 0px 0px 5px 1px darken($well-bg-color,10%);
border: 1px solid lighten($well-border-color,50%);
border-radius: 0px;
.heading {
@@ -241,13 +241,16 @@ article.page-summary {
.preview-img {
float:left;
- margin-right: 8px;
+ margin-right: 12px;
margin-left: 0;
img {
width: 175px;
height: auto;
}
}
+.preview-text {
+ margin-left: 175px + 12px;
+}
img.left {
float:left;