1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 16:30:46 +00:00

Cecily styling tweaks

This commit is contained in:
Jeremy Ruston 2012-10-27 16:29:12 +01:00
parent c95cf6b4b0
commit 1b589fe1be
2 changed files with 2 additions and 2 deletions

View File

@ -5923,6 +5923,7 @@ Cecily views
*/
.mediumCecily {
padding: 10px 10px 10px 10px;
overflow-x: scroll;
white-space: nowrap;
background: #ccc;
@ -5939,7 +5940,6 @@ Cecily views
.mediumCecily .tw-cecily-tiddler-frame {
width: 300px;
padding: 30px 30px 30px 30px;
margin: 30px 5px 30px 5px;
background-color: #fff;
-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);

View File

@ -151,6 +151,7 @@ Cecily views
white-space: nowrap;
.box-shadow(inset 1px 1px 4px 1px rgba(0, 0, 0, 0.15));
background: #ccc;
padding: 10px 10px 10px 10px;
}
.mediumCecily .tw-list-element {
@ -160,7 +161,6 @@ Cecily views
.mediumCecily .tw-cecily-tiddler-frame {
padding: 30px 30px 30px 30px;
margin: 30px 5px 30px 5px;
.box-shadow(1px 1px 6px rgba(0,0,0,0.4));
background-color: #fff;
width: 300px;