navigation for languages modifed, flags deleted. Content index changed
3 // --------------------------------------------------
6 // Reset the box-sizing
11 .box-sizing(border-box);
19 -webkit-tap-highlight-color: rgba(0,0,0,0);
23 font-family: @font-family-base;
24 font-size: @font-size-base;
25 line-height: @line-height-base;
27 background-color: @body-bg;
30 // Reset fonts for relevant elements
45 text-decoration: none;
49 color: @link-hover-color;
50 text-decoration: underline;
62 vertical-align: middle;
65 // Responsive images (ensure images don't scale beyond their parents)
72 border-radius: @border-radius-large;
77 // Heads up! This is mixin-ed into thumbnails.less for `.thumbnail`.
79 padding: @thumbnail-padding;
80 line-height: @line-height-base;
81 background-color: @thumbnail-bg;
82 border: 1px solid @thumbnail-border;
83 border-radius: @thumbnail-border-radius;
84 .transition(all .2s ease-in-out);
86 // Keep them at most 100% wide
87 .img-responsive(inline-block);
92 border-radius: 50%; // set radius in percents
99 margin-top: @line-height-computed;
100 margin-bottom: @line-height-computed;
102 border-top: 1px solid @hr-border;
106 // Only display content to screen readers
108 // See: http://a11yproject.com/posts/how-to-hide-content/