1
0
Fork 0

Revert "Merge pull request #2223 from rabuzarus/2912_photo_widget"

This reverts commit 83e54f70d3, reversing
changes made to ecf576bdd0.
This commit is contained in:
fabrixxm 2016-01-04 11:46:19 +01:00
commit fcf7a791f1
15 changed files with 106 additions and 290 deletions

View file

@ -463,7 +463,7 @@ a:hover {
text-decoration: underline;
}
blockquote {
background: #ffffff;
background: #FFFFFF;
padding: 1em;
margin-left: 1em;
border-left: 1em solid #e6e6e6;
@ -1007,9 +1007,6 @@ aside .posted-date-selector-months {
padding: 0;
margin: 2px;
}
.widget h3 a {
color: #2d2d2d;
}
.widget .action {
opacity: 0.1;
-webkit-transition: all 0.2s ease-in-out;

View file

@ -463,7 +463,7 @@ a:hover {
text-decoration: underline;
}
blockquote {
background: #ffffff;
background: #FFFFFF;
padding: 1em;
margin-left: 1em;
border-left: 1em solid #e6e6e6;
@ -1007,9 +1007,6 @@ aside .posted-date-selector-months {
padding: 0;
margin: 2px;
}
.widget h3 a {
color: #2d2d2d;
}
.widget .action {
opacity: 0.1;
-webkit-transition: all 0.2s ease-in-out;

View file

@ -420,7 +420,7 @@
body {
font-family: Liberation Sans, helvetica, arial, clean, sans-serif;
font-size: 11px;
background-color: #f6ecf9;
background-color: #F6ECF9;
color: #2d2d2d;
margin: 50px 0 0 0;
display: table;
@ -463,7 +463,7 @@ a:hover {
text-decoration: underline;
}
blockquote {
background: #ffffff;
background: #FFFFFF;
padding: 1em;
margin-left: 1em;
border-left: 1em solid #e6e6e6;
@ -1007,9 +1007,6 @@ aside .posted-date-selector-months {
padding: 0;
margin: 2px;
}
.widget h3 a {
color: #2d2d2d;
}
.widget .action {
opacity: 0.1;
-webkit-transition: all 0.2s ease-in-out;
@ -1756,7 +1753,7 @@ span[id^="showmore-wrap"] {
height: 20px;
width: 500px;
font-weight: bold;
border: 1px solid #f6ecf9;
border: 1px solid #F6ECF9;
}
#jot #jot-title:-webkit-input-placeholder {
font-weight: normal;
@ -1783,7 +1780,7 @@ span[id^="showmore-wrap"] {
margin: 0;
height: 20px;
width: 200px;
border: 1px solid #f6ecf9;
border: 1px solid #F6ECF9;
}
#jot #jot-category:hover {
border: 1px solid #999999;

View file

@ -454,7 +454,6 @@ aside {
margin-bottom: 2em;
h3 { padding: 0; margin: 2px;}
h3 a { color: @BodyColor; }
.action { .opaque(0.1); }
input.action { .opaque(0.5); }
&:hover .title .action { .opaque(1); }