3
// --------------------------------------------------
7
// -------------------------
11
font-family: @baseFontFamily;
12
font-size: @baseFontSize;
13
line-height: @baseLineHeight;
15
background-color: @bodyBackground;
20
// -------------------------
24
text-decoration: none;
27
color: @linkColorHover;
28
text-decoration: underline;
33
// -------------------------
40
// Add polaroid-esque trim
43
background-color: #fff;
44
border: 1px solid #ccc;
45
border: 1px solid rgba(0,0,0,.2);
46
.box-shadow(0 1px 3px rgba(0,0,0,.1));
51
.border-radius(500px); // crank the border-radius so it works with most reasonably sized images