Changeset 4688
- Timestamp:
- 07/18/2011 08:43:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/default.css
r4683 r4688 1934 1934 span.activity, 1935 1935 div#message p { 1936 background: #fff9db; 1937 border-bottom: 1px solid #ffe8C4; 1938 border-right: 1px solid #ffe8C4; 1936 border: 1px solid #e1ca82; 1939 1937 -moz-border-radius: 3px; 1940 1938 -webkit-border-radius: 3px; 1941 1939 border-radius: 3px; 1942 color: # ffa200;1940 color: #888; 1943 1941 font-weight: normal; 1944 1942 margin-top: 3px; 1945 1943 text-decoration: none; 1944 background: #ffeaa6; 1945 background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); 1946 background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); 1947 background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); 1948 background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); 1949 background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); 1950 opacity: 0.8; 1946 1951 } 1947 1952 div#item-header {
Note: See TracChangeset
for help on using the changeset viewer.