5,849
edits
Line 554: | Line 554: | ||
padding: 1.25em; | padding: 1.25em; | ||
margin-bottom: .75em; | margin-bottom: .75em; | ||
box-shadow: 0 0 | box-shadow: 0 0 4px #999; | ||
border-radius: 3px; | border-radius: 3px; | ||
} | } | ||
Line 601: | Line 600: | ||
.page-User_Aardvark_Main_Page .community-section { | .page-User_Aardvark_Main_Page .community-section { | ||
background: none; | background: none; | ||
border-radius: 3px; | border-radius: 3px; | ||
box-shadow: 0 0 | box-shadow: 0 0 4px #999; | ||
padding: 1.25em; | padding: 1.25em; | ||
} | } | ||
Line 609: | Line 607: | ||
.page-User_Aardvark_Main_Page .eric-section { | .page-User_Aardvark_Main_Page .eric-section { | ||
flex: 0 1 100%; | flex: 0 1 100%; | ||
/* border-color: #94a7b8; | |||
box-shadow: 0 0 3px #94a7b8; */ | |||
box-shadow: 0 0 3px #94a7b8; | |||
} | } | ||
.page-User_Aardvark_Main_Page .community-section { | .page-User_Aardvark_Main_Page .community-section { | ||
flex: 0 1 | flex: 0 1 100%; | ||
max-width: 33%; | |||
} | } | ||
Line 761: | Line 759: | ||
.page-User_Aardvark_Main_Page .box-generic { | .page-User_Aardvark_Main_Page .box-generic { | ||
box-shadow: 0 0 | box-shadow: 0 0 4px #999; | ||
border: none; | |||
padding: 1em; | padding: 1em; | ||
} | } |