removed unused sharing features
parent
eab5aa72bc
commit
af0d42b9ff
|
@ -15,14 +15,6 @@
|
|||
<a class="my-setting nounderline" id="readon"><span>Learn more</span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="user-block2">
|
||||
<div class="block-inner">
|
||||
<label class="title">Spread the Word</label>
|
||||
<a href="https://www.facebook.com/sharer/sharer.php?src=bm&u={{request.build_absolute_uri|urlencode }}"><img src="/static/images/supporter_icons/facebook_square.png" class="spread_the_word" alt="Facebook" title="Facebook" /></a>
|
||||
<a href="https://twitter.com/share"><img src="/static/images/supporter_icons/twitter_square.png" alt="tweeter" title="Twitter" class="spread_the_word" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="user-block-hide" class="learnmore_block">
|
||||
<div class="quicktour"><span class="highlight">We all have books we love so much, we'd like to give them to the world.</span> We want to share them, but also reward their creators. With digital books, it can be hard to do both.</div>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -55,6 +55,7 @@
|
|||
|
||||
a#readon {
|
||||
float: left;
|
||||
font-size: @font-size-larger;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -332,7 +333,7 @@ ul#as_seen_on {
|
|||
.speech_bubble {
|
||||
position:relative;
|
||||
margin:1em 0;
|
||||
border:5px solid @bright-blue;
|
||||
border:5px solid @medium-blue;
|
||||
color:@text-blue;
|
||||
.one-border-radius(10px);
|
||||
background: #fff;
|
||||
|
@ -348,7 +349,7 @@ ul#as_seen_on {
|
|||
right:60px; /* controls horizontal position */
|
||||
border-width:0 20px 20px;
|
||||
border-style: solid;
|
||||
border-color: @bright-blue transparent;
|
||||
border-color: @medium-blue transparent;
|
||||
/* reduce the damage in FF3.0 */
|
||||
display:block;
|
||||
width:0;
|
||||
|
|
Loading…
Reference in New Issue