Feedback Box feste Höhe
CSS hl5 + p auf fester Höhe overflow git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3319 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
a1ad0f1902
commit
1ef1f765f6
2 changed files with 12 additions and 0 deletions
|
|
@ -114,8 +114,14 @@
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
.hl5{
|
||||||
|
height: 4.5em;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
p {
|
p {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
height:10em;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3273,8 +3273,14 @@ footer.clearfix {
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
#sidebar .widget .newswidget.gray-box .hl5 {
|
||||||
|
height: 4.5em;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
#sidebar .widget .newswidget.gray-box p {
|
#sidebar .widget .newswidget.gray-box p {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
height: 10em;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
#sidebar .widget .imgswidget img {
|
#sidebar .widget .imgswidget img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue